Skip to content

Commit

Permalink
Bump Pwd9000-ML/terraform-azurerm-tests from 1.0.6 to 1.1.0
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored May 13, 2024
1 parent 32c0fe8 commit 9779488
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9779488

Please sign in to comment.