Skip to content

Commit 941c05e

Browse files
committed
🔖 v1.3.5
1 parent eae2be1 commit 941c05e

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,25 @@ 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.34.0` to use an exact release
12-
- `@v1.34` to use the latest patch release for the specific minor version
11+
- `@v1.35.0` to use an exact release
12+
- `@v1.35` 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.35.0] - 2023-06-18
16+
17+
### Added
18+
- Support for partial or empty cloud blocks. This means you can use a placeholder `cloud` block in your terraform, like so:
19+
20+
```hcl
21+
terraform {
22+
cloud {
23+
}
24+
}
25+
```
26+
27+
The configuration will be completed with the `TF_CLOUD_ORGANIZATION` and `TF_CLOUD_HOSTNAME` environment variables - the workspace should be specified using the `workspace` input.
28+
As always, any tokens can be supplied in the `TERRAFORM_CLOUD_TOKENS` environment variable.
29+
1530
## [1.34.0] - 2023-03-10
1631

1732
### Added
@@ -502,6 +517,7 @@ First release of the GitHub Actions:
502517
- [dflook/terraform-new-workspace](terraform-new-workspace)
503518
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
504519

520+
[1.35.0]: https://github.com/dflook/terraform-github-actions/compare/v1.34.0...v1.35.0
505521
[1.34.0]: https://github.com/dflook/terraform-github-actions/compare/v1.33.0...v1.34.0
506522
[1.33.0]: https://github.com/dflook/terraform-github-actions/compare/v1.32.1...v1.33.0
507523
[1.32.1]: https://github.com/dflook/terraform-github-actions/compare/v1.32.0...v1.32.1

image/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='terraform-github-actions',
5-
version='1.31.1',
5+
version='1.35.0',
66
packages=find_packages('src'),
77
package_dir={'': 'src'},
88
package_data={'terraform_version': ['backend_constraints.json']},

0 commit comments

Comments
 (0)