Skip to content

Commit

Permalink
Remove provider configuration from modules (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-calabrese authored Oct 7, 2024
1 parent e97c785 commit fd285b7
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 32 deletions.
4 changes: 0 additions & 4 deletions infra/modules/azure_app_service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ terraform {
}
}

provider "azurerm" {
features {}
}

module "naming_convention" {
source = "../azure_naming_convention"

Expand Down
4 changes: 0 additions & 4 deletions infra/modules/azure_app_service_exposed/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ terraform {
}
}

provider "azurerm" {
features {}
}

module "naming_convention" {
source = "../azure_naming_convention"

Expand Down
6 changes: 0 additions & 6 deletions infra/modules/azure_event_hub/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ terraform {
required_version = "~> 1.7.5"
}

provider "azurerm" {
features {}

storage_use_azuread = true
}

module "naming_convention" {
source = "../azure_naming_convention"

Expand Down
6 changes: 0 additions & 6 deletions infra/modules/azure_function_app/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ terraform {
}
}

provider "azurerm" {
features {}

storage_use_azuread = true
}

module "naming_convention" {
source = "../azure_naming_convention"

Expand Down
6 changes: 0 additions & 6 deletions infra/modules/azure_function_app_exposed/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ terraform {
}
}

provider "azurerm" {
features {}

storage_use_azuread = true
}

module "naming_convention" {
source = "../azure_naming_convention"

Expand Down
6 changes: 0 additions & 6 deletions infra/modules/azure_postgres_server/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ terraform {
required_version = "~> 1.7.5"
}

provider "azurerm" {
features {}

storage_use_azuread = true
}

module "naming_convention" {
source = "../azure_naming_convention"

Expand Down

0 comments on commit fd285b7

Please sign in to comment.