Skip to content

Commit

Permalink
Update requirement configuration on azurerm provider due oldest version
Browse files Browse the repository at this point in the history
(cherry picked from commit f133d16)
  • Loading branch information
andrea-putzu committed Sep 27, 2024
1 parent 819da61 commit b24e58c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions infra/container_apps/onboarding-cdc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ terraform {

provider "azurerm" {
features {}
skip_provider_registration = true
}

module "container_app_onboarding_cdc" {
Expand Down
1 change: 1 addition & 0 deletions infra/container_apps/onboarding-ms/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ terraform {

provider "azurerm" {
features {}
skip_provider_registration = true
}

provider "azapi" {}
Expand Down
1 change: 1 addition & 0 deletions infra/functions/onboarding-functions/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ terraform {

provider "azurerm" {
features {}
skip_provider_registration = true
}

provider "github" {
Expand Down
1 change: 1 addition & 0 deletions infra/mongo/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ terraform {

provider "azurerm" {
features {}
skip_provider_registration = true
}

data "azurerm_client_config" "current" {}
Expand Down

0 comments on commit b24e58c

Please sign in to comment.