Skip to content

Commit

Permalink
fix: Error ensuring Resource Providers are registered (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf authored Sep 25, 2024
1 parent 4911bd6 commit 3b033d3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/container_apps/user-cdc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ terraform {

provider "azurerm" {
features {}
skip_provider_registration = true

}

module "container_app_user_cdc" {
Expand Down
2 changes: 2 additions & 0 deletions infra/container_apps/user-group-ms/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ terraform {

provider "azurerm" {
features {}
skip_provider_registration = true

}

module "container_app_user_group" {
Expand Down
2 changes: 2 additions & 0 deletions infra/container_apps/user-ms/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ terraform {

provider "azurerm" {
features {}
skip_provider_registration = true

}

module "container_app_user_ms" {
Expand Down
2 changes: 2 additions & 0 deletions infra/repository/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ terraform {

provider "azurerm" {
features {}
skip_provider_registration = true

}

module "repository" {
Expand Down

0 comments on commit 3b033d3

Please sign in to comment.