We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d1d3f commit c2f2676Copy full SHA for c2f2676
.github/workflows/tf-plan-apply.yml
@@ -24,9 +24,6 @@ jobs:
24
terraform-plan:
25
name: 'Terraform Plan'
26
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
30
outputs:
31
tfplanExitCode: ${{ steps.tf-plan.outputs.exitcode }}
32
features.tf
@@ -1,5 +1,5 @@
1
provider "azurerm" {
2
features {}
3
- resource_provider_registrations = "core"
+ resource_provider_registrations = "none"
4
use_oidc = true
5
}
0 commit comments