Skip to content

Commit

Permalink
update azure providers (#116)
Browse files Browse the repository at this point in the history
* update azure providers
  • Loading branch information
anniehedgpeth authored Sep 6, 2023
1 parent 245c34f commit c53a5e5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/azure-destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ jobs:
repository: ${{inputs.module_repository_id}}

- name: Update Terraform Backend to TFC Workspace for Utility Module
if: ${{ inputs.utility_test }}
working-directory: ${{ env.WORK_DIR_PATH }}
run: |
sed --in-place '${{ inputs.TFC_workspace_substitution_pattern }}' versions.tf
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/azure-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ jobs:
repository: ${{inputs.module_repository_id}}

- name: Update Terraform Backend to TFC Workspace for Utility Module
if: ${{ inputs.utility_test }}
working-directory: ${{ env.WORK_DIR_PATH }}
run: |
sed --in-place '${{ inputs.TFC_workspace_substitution_pattern }}' versions.tf
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/handler-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
name = "utility-azure-standalone-external"\n\
}\n\
}\n/'

azure_standalone_mounted_disk:
uses: ./.github/workflows/azure-tests.yml
secrets: inherit
Expand All @@ -50,6 +51,7 @@ jobs:
name = "utility-azure-standalone-mounted-disk"\n\
}\n\
}\n/'

azure_public_active_active:
uses: ./.github/workflows/azure-tests.yml
secrets: inherit
Expand Down

0 comments on commit c53a5e5

Please sign in to comment.