Skip to content

Commit 29f8b23

Browse files
committed
🔖 v1.10.0
1 parent 031cd60 commit 29f8b23

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ When using an action you can specify the version as:
1212
- `@v1.10` 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.10.0] - Unreleased
15+
## [1.10.0] - 2021-05-30
1616

1717
### Added
1818

1919
- `TERRAFORM_HTTP_CREDENTIALS` environment variable for configuring the username and password to use for
20-
http module sources
21-
20+
`git::https://` & `https://` module sources.
21+
22+
See action documentation for details, e.g. [terraform-plan](https://github.com/dflook/terraform-github-actions/tree/master/terraform-plan#environment-variables)
23+
2224
## [1.9.3] - 2021-05-29
2325

2426
### Fixed
@@ -165,7 +167,7 @@ First release of the GitHub Actions:
165167
- [dflook/terraform-new-workspace](terraform-new-workspace)
166168
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
167169

168-
170+
[1.10.0]: https://github.com/dflook/terraform-github-actions/compare/v1.9.3...v1.10.0
169171
[1.9.3]: https://github.com/dflook/terraform-github-actions/compare/v1.9.2...v1.9.3
170172
[1.9.2]: https://github.com/dflook/terraform-github-actions/compare/v1.9.1...v1.9.2
171173
[1.9.1]: https://github.com/dflook/terraform-github-actions/compare/v1.9.0...v1.9.1

0 commit comments

Comments
 (0)