Skip to content

Commit

Permalink
fixed private endpoints for app svc slots
Browse files Browse the repository at this point in the history
  • Loading branch information
JinLee794 committed Nov 12, 2024
1 parent 5092dc2 commit 622d570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scenario1.terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
with:
modulePath: ${{ needs.prepare-environment.outputs.modulePath }}
terraformVersion: ${{ needs.prepare-environment.outputs.terraformVersion }}
backendStateKey: ${{ env.backendStateKey}}
backendStateKey: ${{ env.backendStateKey }}
tfvarPath: ${{ needs.prepare-environment.outputs.tfvarPath }}
# Ensure this value is a boolean
destroy: ${{ github.event.inputs.destroy == 'true' }}
Expand Down

0 comments on commit 622d570

Please sign in to comment.