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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,25 @@ 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.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
13
13
-`@v1` to use the latest patch release for the specific major version
14
14
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
+
15
30
## [1.34.0] - 2023-03-10
16
31
17
32
### Added
@@ -502,6 +517,7 @@ First release of the GitHub Actions:
0 commit comments