Skip to content

Commit

Permalink
Merge pull request #817 from DFE-Digital/er-790-azure-refinements
Browse files Browse the repository at this point in the history
Er 790 azure refinements
  • Loading branch information
sunny-sidhu-and authored Sep 7, 2023
2 parents c857078 + 01ce54e commit 367eeda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tf-azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ env:
ARM_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
ARM_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
ARM_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
ARM_USE_OIDC: true
ARM_SKIP_PROVIDER_REGISTRATION: true

jobs:
terraform-plan:
name: 'Terraform Plan'
runs-on: ubuntu-latest
environment: ${{ inputs.environment }}
env:
ARM_SKIP_PROVIDER_REGISTRATION: true
outputs:
tfplanExitCode: ${{ steps.tf-plan.outputs.exitcode }}

Expand Down
3 changes: 2 additions & 1 deletion terraform-azure/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
provider "azurerm" {
use_oidc = true
use_oidc = true
skip_provider_registration = true

features {
resource_group {
Expand Down

0 comments on commit 367eeda

Please sign in to comment.