Skip to content

Commit 25cecd9

Browse files
author
Felix Zieger
committed
fix: remove provider blocks from submodules
1 parent 5e76043 commit 25cecd9

File tree

4 files changed

+0
-88
lines changed

4 files changed

+0
-88
lines changed

modules/meshcloud-idp-lookup-spp/module.tf

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
1-
terraform {
2-
required_version = ">= 0.13"
3-
required_providers {
4-
azurerm = {
5-
source = "hashicorp/azurerm"
6-
version = "2.12.0"
7-
}
8-
random = {
9-
source = "hashicorp/random"
10-
version = "2.2.1"
11-
}
12-
azuread = {
13-
source = "hashicorp/azuread"
14-
version = "0.9.0"
15-
}
16-
}
17-
}
18-
19-
provider "azurerm" {
20-
features {}
21-
}
22-
231
resource "azuread_application" "meshcloud_idp_lookup" {
242
name = "idplookup.${var.spp_name_suffix}"
253

modules/meshcloud-kraken-spp/module.tf

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
1-
terraform {
2-
required_version = ">= 0.13"
3-
required_providers {
4-
azurerm = {
5-
source = "hashicorp/azurerm"
6-
version = "2.12.0"
7-
}
8-
random = {
9-
source = "hashicorp/random"
10-
version = "2.2.1"
11-
}
12-
azuread = {
13-
source = "hashicorp/azuread"
14-
version = "0.9.0"
15-
}
16-
}
17-
}
18-
19-
provider "azurerm" {
20-
features {}
21-
}
22-
231
# At this point, we would have liked to use a custom role for the following reasons:
242
# - permissions are explicitedly stated and can easily be fine tuned in the future
253
# - we are independent of changes to Built-In Roles by Microsoft

modules/meshcloud-replicator-spp/module.tf

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
1-
2-
terraform {
3-
required_version = ">= 0.13"
4-
required_providers {
5-
azurerm = {
6-
source = "hashicorp/azurerm"
7-
version = "2.12.0"
8-
}
9-
random = {
10-
source = "hashicorp/random"
11-
version = "2.2.1"
12-
}
13-
azuread = {
14-
source = "hashicorp/azuread"
15-
version = "0.9.0"
16-
}
17-
}
18-
}
19-
provider "azurerm" {
20-
features {}
21-
}
22-
231
resource "azurerm_role_definition" "meshcloud_replicator" {
242
name = "replicator.${var.spp_name_suffix}"
253
scope = var.scope

modules/uami-blueprint-user-principal/module.tf

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
1-
terraform {
2-
required_version = ">= 0.13"
3-
required_providers {
4-
azurerm = {
5-
source = "hashicorp/azurerm"
6-
version = "2.12.0"
7-
}
8-
random = {
9-
source = "hashicorp/random"
10-
version = "2.2.1"
11-
}
12-
azuread = {
13-
source = "hashicorp/azuread"
14-
version = "0.9.0"
15-
}
16-
}
17-
}
18-
19-
provider "azurerm" {
20-
features {}
21-
}
22-
231
resource "azuread_application" "uami_blueprint_principal" {
242
name = "uami-blueprint.${var.spp_name_suffix}"
253
}

0 commit comments

Comments
 (0)