Skip to content

Commit 6c25198

Browse files
committed
🔖 v1.17.0
1 parent 655b5ed commit 6c25198

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,18 @@ 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.16.0` to use an exact release
12-
- `@v1.16` to use the latest patch release for the specific minor version
11+
- `@v1.17.0` to use an exact release
12+
- `@v1.17` 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.17.0] - 2021-10-04
16+
17+
### Added
18+
- `variables` and `var_file` support for remote operations in Terraform Cloud/Enterprise.
19+
20+
The Terraform CLI & Terraform Cloud/Enterprise do not support using variables or variable files with remote plans or applies.
21+
We can do better. `variables` and `var_file` input variables for the plan, apply & check actions now work, with the expected behavior.
22+
1523
## [1.16.0] - 2021-10-04
1624

1725
### Added
@@ -244,6 +252,7 @@ First release of the GitHub Actions:
244252
- [dflook/terraform-new-workspace](terraform-new-workspace)
245253
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
246254

255+
[1.17.0]: https://github.com/dflook/terraform-github-actions/compare/v1.16.0...v1.17.0
247256
[1.16.0]: https://github.com/dflook/terraform-github-actions/compare/v1.15.0...v1.16.0
248257
[1.15.0]: https://github.com/dflook/terraform-github-actions/compare/v1.14.0...v1.15.0
249258
[1.14.0]: https://github.com/dflook/terraform-github-actions/compare/v1.13.0...v1.14.0

0 commit comments

Comments
 (0)