You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,19 @@ The actions are versioned as a suite. Some actions may have no change in behavio
8
8
9
9
When using an action you can specify the version as:
10
10
11
-
-`@v1.20.1` to use an exact release
12
-
-`@v1.20` to use the latest patch release for the specific minor version
11
+
-`@v1.21.0` to use an exact release
12
+
-`@v1.21` to use the latest patch release for the specific minor version
13
13
-`@v1` to use the latest patch release for the specific major version
14
14
15
+
## [1.21.0] - 2021-12-04
16
+
17
+
### Added
18
+
- A new `workspace` input for [dflook/terraform-validate](https://github.com/dflook/terraform-github-actions/tree/master/terraform-validate)
19
+
allows validating usage of `terraform.workspace` in the terraform code.
20
+
21
+
Terraform doesn't initialize `terraform.workspace` based on the backend configuration when running a validate operation.
22
+
This new input allows setting the full name of the workspace to use while validating, even when you wouldn't normally do so for a plan/apply (e.g. when using the `remote` backend)
23
+
15
24
## [1.20.1] - 2021-12-04
16
25
17
26
### Fixed
@@ -312,6 +321,7 @@ First release of the GitHub Actions:
0 commit comments