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
+10-2
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,17 @@ 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.42.1` to use an exact release
15
-
-`@v1.42` to use the latest patch release for the specific minor version
14
+
-`@v1.43.0` to use an exact release
15
+
-`@v1.43` 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.43.0] - 2024-06-01
19
+
20
+
### Added
21
+
- New [dflook/terraform-test](https://github.com/dflook/terraform-github-actions/tree/main/terraform-test) and [dflook/tofu-test](https://github.com/dflook/terraform-github-actions/tree/main/tofu-test) actions.
22
+
23
+
These can be used to run automated tests on Terraform/OpenTofu modules using the built-in `test` command.
24
+
18
25
## [1.42.1] - 2024-05-28
19
26
20
27
### Fixed
@@ -668,6 +675,7 @@ First release of the GitHub Actions:
Copy file name to clipboardExpand all lines: terraform-test/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
This is one of a suite of Terraform related actions - find them at [dflook/terraform-github-actions](https://github.com/dflook/terraform-github-actions).
4
4
5
5
Execute automated tests on a Terraform module using the built-in `terraform test` command.
6
+
If the tests fail, the job will stop with a failure status.
Copy file name to clipboardExpand all lines: tofu-test/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
This is one of a suite of OpenTofu related actions - find them at [dflook/terraform-github-actions](https://github.com/dflook/terraform-github-actions).
4
4
5
5
Execute automated tests on an OpenTofu module using the built-in `tofu test` command.
6
+
If the tests fail, the job will stop with a failure status.
0 commit comments