-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Pwd9000-ML/terraform-azurerm-tests from 1.0.6 to 1.1.0
Bumps [Pwd9000-ML/terraform-azurerm-tests](https://github.com/pwd9000-ml/terraform-azurerm-tests) from 1.0.6 to 1.1.0. - [Release notes](https://github.com/pwd9000-ml/terraform-azurerm-tests/releases) - [Commits](Pwd9000-ML/terraform-azurerm-tests@v1.0.6...v1.1.0) --- updated-dependencies: - dependency-name: Pwd9000-ML/terraform-azurerm-tests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
32c0fe8
commit 9779488
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Run Dependency Tests - Plan AND Apply AND Destroy | ||
uses: Pwd9000-ML/terraform-azurerm-tests@v1.0.6 | ||
uses: Pwd9000-ML/terraform-azurerm-tests@v1.1.0 | ||
with: | ||
test_type: plan-apply-destroy ## (Required) Valid options are "plan", "plan-apply", "plan-apply-destroy". Default="plan" | ||
path: "tests/auto_test1" ## (Optional) Specify path to test module to run. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Plan AND Apply AND Destroy | ||
uses: Pwd9000-ML/terraform-azurerm-tests@v1.0.6 | ||
uses: Pwd9000-ML/terraform-azurerm-tests@v1.1.0 | ||
with: | ||
test_type: plan-apply-destroy ## (Required) Valid options are "plan", "plan-apply", "plan-apply-destroy". Default="plan" | ||
path: "tests/auto_test1" ## (Optional) Specify path to test module to run. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Plan AND Apply Only | ||
uses: Pwd9000-ML/terraform-azurerm-tests@v1.0.6 | ||
uses: Pwd9000-ML/terraform-azurerm-tests@v1.1.0 | ||
with: | ||
test_type: plan-apply ## (Required) Valid options are "plan", "plan-apply", "plan-apply-destroy". Default="plan" | ||
path: "tests/auto_test1" ## (Optional) Specify path to test module to run. | ||
|