File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,18 @@ 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.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
13
13
- ` @v1 ` to use the latest patch release for the specific major version
14
14
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
+
15
23
## [ 1.16.0] - 2021-10-04
16
24
17
25
### Added
@@ -244,6 +252,7 @@ First release of the GitHub Actions:
244
252
- [dflook/terraform-new-workspace](terraform-new-workspace)
245
253
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
246
254
255
+ [1.17.0] : https://github.com/dflook/terraform-github-actions/compare/v1.16.0...v1.17.0
247
256
[1.16.0] : https://github.com/dflook/terraform-github-actions/compare/v1.15.0...v1.16.0
248
257
[1.15.0] : https://github.com/dflook/terraform-github-actions/compare/v1.14.0...v1.15.0
249
258
[1.14.0] : https://github.com/dflook/terraform-github-actions/compare/v1.13.0...v1.14.0
You can’t perform that action at this time.
0 commit comments