Skip to content

Commit

Permalink
🔖 v.1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook authored Apr 5, 2021
1 parent 346dcad commit 578788e
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,21 @@ The actions are versioned as a suite. Some actions may have no change in behavio

When using an action you can specify the version as:

- `@v1.7.0` to use an exact release
- `@v1.7` to use the latest patch release for the specific minor version
- `@v1.8.0` to use an exact release
- `@v1.8` to use the latest patch release for the specific minor version
- `@v1` to use the latest patch release for the specific major version

## Unreleased
## [1.8.0] - 2021-04-05

### Added
- `TERRAFORM_CLOUD_TOKENS` environment variable may be set to configure tokens to use for Terraform Cloud/Enterprise etc
when using `remote` backend or module registry.
- `TERRAFORM_SSH_KEY` environment variable may be set to configure an SSH private key to use for
- `TERRAFORM_CLOUD_TOKENS` environment variable for use with Terraform Cloud/Enterprise etc
when using module registries or a `remote` backend.

- `TERRAFORM_SSH_KEY` environment variable to configure an SSH private key to use for
[Git Repository](https://www.terraform.io/docs/language/modules/sources.html#generic-git-repository) module sources.

See individual actions for details, e.g. [terraform-validate](https://github.com/dflook/terraform-github-actions/tree/master/terraform-validate#environment-variables).

## [1.7.0] - 2021-04-02

### Added
Expand Down Expand Up @@ -123,6 +126,8 @@ First release of the GitHub Actions:
- [dflook/terraform-new-workspace](terraform-new-workspace)
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)


[1.8.0]: https://github.com/dflook/terraform-github-actions/compare/v1.7.0...v1.8.0
[1.7.0]: https://github.com/dflook/terraform-github-actions/compare/v1.6.0...v1.7.0
[1.6.0]: https://github.com/dflook/terraform-github-actions/compare/v1.5.2...v1.6.0
[1.5.2]: https://github.com/dflook/terraform-github-actions/compare/v1.5.1...v1.5.2
Expand Down

0 comments on commit 578788e

Please sign in to comment.