Skip to content

Commit

Permalink
Error ensuring Resource Providers are registered
Browse files Browse the repository at this point in the history
  • Loading branch information
flaminiaScarciofolo committed Sep 30, 2024
1 parent e9f3925 commit cc942cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions infra/container_apps/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_dashboard_backend" {
Expand Down
1 change: 1 addition & 0 deletions infra/repository/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 "repository" {
Expand Down

0 comments on commit cc942cb

Please sign in to comment.