Skip to content

Commit

Permalink
ER-790: Skip Provider Registration
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-sidhu-and committed Sep 7, 2023
1 parent ba29e39 commit 2198af7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tf-azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
terraform-plan:
name: 'Terraform Plan'
runs-on: ubuntu-latest
environment: development
environment: ${{ inputs.environment }}
env:
ARM_SKIP_PROVIDER_REGISTRATION: true
outputs:
tfplanExitCode: ${{ steps.tf-plan.outputs.exitcode }}

Expand Down

0 comments on commit 2198af7

Please sign in to comment.