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
Thanks to @alec-pinson and @GiuseppeChiesa-TomTom for working on this feature.
50
+
Thanks to [alec-pinson](https://github.com/alec-pinson) and [GiuseppeChiesa-TomTom](https://github.com/GiuseppeChiesa-TomTom) for working on this feature.
40
51
41
52
## [1.12.0] - 2021-06-08
42
53
43
54
### Changed
44
-
45
55
- [terraform-fmt-check](https://github.com/dflook/terraform-github-actions/tree/master/terraform-fmt-check) now shows a diff in the workflow log when it finds files in non-canonical format
46
56
47
57
## [1.11.0] - 2021-06-05
48
58
49
59
### Added
50
-
51
60
- The `add_github_comment` input for [terraform-plan](https://github.com/dflook/terraform-github-actions/tree/master/terraform-plan) may now be set to `changes-only`. This will only add a PR comment
52
61
for plans that result in changes to apply - no comment will be added for plans with no changes.
53
62
54
63
### Changed
55
-
56
64
- Improved messaging in the workflow log when [terraform-apply](https://github.com/dflook/terraform-github-actions/tree/master/terraform-apply) is aborted because the plan has changed
57
65
- Update documentation for `backend_config`, `backend_config_file`, `var_file` & `target` inputs to use separate lines for multiple values.
58
66
Multiple values may still be separated by commas if preferred.
59
67
60
68
## [1.10.0] - 2021-05-30
61
69
62
70
### Added
63
-
64
71
- `TERRAFORM_HTTP_CREDENTIALS`environment variable for configuring the username and password to use for
65
72
`git::https://`& `https://` module sources.
66
73
@@ -212,6 +219,7 @@ First release of the GitHub Actions:
0 commit comments