Skip to content

Commit

Permalink
fix: add skip_provider_registration aca (#368)
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
pasqualespica authored Oct 4, 2024
1 parent de10034 commit 3492df0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
12 changes: 0 additions & 12 deletions azure-devops/aca/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions azure-devops/aca/99_main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ data "azurerm_client_config" "current" {}

provider "azurerm" {
features {}

skip_provider_registration = true
}

provider "azurerm" {
skip_provider_registration = true
features {
key_vault {
purge_soft_delete_on_destroy = false
Expand All @@ -32,6 +35,7 @@ provider "azurerm" {
}

provider "azurerm" {
skip_provider_registration = true
features {
key_vault {
purge_soft_delete_on_destroy = false
Expand All @@ -42,6 +46,7 @@ provider "azurerm" {
}

provider "azurerm" {
skip_provider_registration = true
features {
key_vault {
purge_soft_delete_on_destroy = false
Expand Down
2 changes: 2 additions & 0 deletions azure-devops/nodo/99_main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ terraform {

provider "azurerm" {
features {}

skip_provider_registration = true
}

provider "azurerm" {
Expand Down

0 comments on commit 3492df0

Please sign in to comment.