-
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.
Merge pull request #61 from Pwd9000-ML/dependabot/github_actions/Pwd9…
…000-ML/terraform-azurerm-tests-1.1.0 Bump Pwd9000-ML/terraform-azurerm-tests from 1.0.6 to 1.1.0
- Loading branch information
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. | ||
|