Skip to content

Commit c2f2676

Browse files
ci: fix
1 parent e8d1d3f commit c2f2676

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/tf-plan-apply.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
terraform-plan:
2525
name: 'Terraform Plan'
2626
runs-on: ubuntu-latest
27-
env:
28-
#this is needed since we are running terraform with read-only permissions
29-
ARM_SKIP_PROVIDER_REGISTRATION: true
3027
outputs:
3128
tfplanExitCode: ${{ steps.tf-plan.outputs.exitcode }}
3229

features.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
provider "azurerm" {
22
features {}
3-
resource_provider_registrations = "core"
3+
resource_provider_registrations = "none"
44
use_oidc = true
55
}

0 commit comments

Comments
 (0)