Skip to content

Commit

Permalink
fix issues
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer committed Jan 24, 2025
1 parent 15455e4 commit b6a3708
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion terraform/modules/azure/aks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ terraform {

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

locals {
Expand Down
1 change: 0 additions & 1 deletion terraform/modules/azure/data-explorer/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
provider "azurerm" {
features {}
skip_provider_registration = true
}

locals {
Expand Down
1 change: 0 additions & 1 deletion terraform/modules/azure/event-grid/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
provider "azurerm" {
features {}
skip_provider_registration = true
}

locals {
Expand Down
1 change: 0 additions & 1 deletion terraform/modules/azure/event-hub-namespace/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
provider "azurerm" {
features {}
skip_provider_registration = true
}

locals {
Expand Down
1 change: 0 additions & 1 deletion terraform/modules/azure/key-vault/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ provider "azurerm" {
purge_soft_delete_on_destroy = false
}
}
skip_provider_registration = true
}

locals {
Expand Down
1 change: 0 additions & 1 deletion terraform/modules/azure/managed_identities/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
provider "azurerm" {
features {}
skip_provider_registration = true
}

data "azurerm_resource_group" "rg" {
Expand Down
1 change: 0 additions & 1 deletion terraform/modules/azure/monitor-stack/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
provider "azurerm" {
features {}
skip_provider_registration = true
}

locals {
Expand Down
1 change: 0 additions & 1 deletion terraform/modules/azure/postgres-flex-server/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
provider "azurerm" {
features {}
skip_provider_registration = true
}

locals {
Expand Down
1 change: 0 additions & 1 deletion terraform/modules/azure/registry/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
provider "azurerm" {
features {}
skip_provider_registration = true
}

locals {
Expand Down
1 change: 0 additions & 1 deletion terraform/modules/azure/service-bus/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
provider "azurerm" {
features {}
skip_provider_registration = true
}

locals {
Expand Down
1 change: 0 additions & 1 deletion terraform/modules/azure/sql-server/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ terraform {

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

locals {
Expand Down
1 change: 0 additions & 1 deletion terraform/modules/azure/storage-account/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
provider "azurerm" {
features {}
skip_provider_registration = true
}

locals {
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/grafana/iam/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
grafana = {
source = "grafana/grafana"
source = "grafana/grafana"
}
}
}
Expand Down
1 change: 0 additions & 1 deletion terraform/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@ terraform {

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

0 comments on commit b6a3708

Please sign in to comment.