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
+13-3
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,24 @@ The actions are versioned as a suite. Some actions may have no change in behavio
11
11
12
12
When using an action you can specify the version as:
13
13
14
-
-`@v1.45.0` to use an exact release
15
-
-`@v1.45` to use the latest patch release for the specific minor version
14
+
-`@v1.46.0` to use an exact release
15
+
-`@v1.46` to use the latest patch release for the specific minor version
16
16
-`@v1` to use the latest patch release for the specific major version
17
17
18
+
## [1.46.0] - 2025-01-14
19
+
20
+
### Added
21
+
- Support for Terraform 1.10 ephemeral input variables.
22
+
23
+
Terraform 1.10 introduced ephemeral values, which are not stored in the plan or state file.
24
+
Ephemeral variables now work correctly with [dflook/terraform-apply](https://github.com/dflook/terraform-github-actions/tree/main/terraform-apply).
25
+
These can be set normally using the `variables` input.
26
+
18
27
## [1.45.0] - 2024-12-24
19
28
20
29
### Added
21
30
-`dflook/tofu-*` actions can now read the OpenTofu version from a [tofuenv](https://github.com/tofuutils/tofuenv)`.opentofu-version` file in the module path.
22
-
See the [dflook/tofu-version](https://github.com/dflook/terraform-github-actions/tree/main/terraform-version) for details.
31
+
See [dflook/tofu-version](https://github.com/dflook/terraform-github-actions/tree/main/tofu-version) for details.
23
32
24
33
## [1.44.0] - 2024-08-04
25
34
@@ -686,6 +695,7 @@ First release of the GitHub Actions:
0 commit comments