Skip to content

Commit 83b8fe9

Browse files
authored
🔖 v1.21.0
1 parent 7c27822 commit 83b8fe9

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,19 @@ The actions are versioned as a suite. Some actions may have no change in behavio
88

99
When using an action you can specify the version as:
1010

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
1313
- `@v1` to use the latest patch release for the specific major version
1414

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+
1524
## [1.20.1] - 2021-12-04
1625

1726
### Fixed
@@ -312,6 +321,7 @@ First release of the GitHub Actions:
312321
- [dflook/terraform-new-workspace](terraform-new-workspace)
313322
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
314323

324+
[1.21.0]: https://github.com/dflook/terraform-github-actions/compare/v1.20.1...v1.21.0
315325
[1.20.1]: https://github.com/dflook/terraform-github-actions/compare/v1.20.0...v1.20.1
316326
[1.20.0]: https://github.com/dflook/terraform-github-actions/compare/v1.19.0...v1.20.0
317327
[1.19.0]: https://github.com/dflook/terraform-github-actions/compare/v1.18.0...v1.19.0

0 commit comments

Comments
 (0)