Skip to content

Commit ca1a4ea

Browse files
committed
chore: cleanup
1 parent 2945e61 commit ca1a4ea

File tree

7 files changed

+6
-14
lines changed

7 files changed

+6
-14
lines changed

modules/azure/aks/backplane/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AKS CLuster
1+
# AKS Cluster
22

33
This documentation is intended as a reference documentation for cloud foundation or platform engineers using this module.
44

@@ -83,4 +83,4 @@ No modules.
8383
| <a name="output_role_definition_name"></a> [role\_definition\_name](#output\_role\_definition\_name) | The name of the role definition that enables deployment of the building block. |
8484
| <a name="output_scope"></a> [scope](#output\_scope) | The scope where the role definition and role assignments are applied. |
8585
| <a name="output_workload_identity_federation"></a> [workload\_identity\_federation](#output\_workload\_identity\_federation) | Information about the created workload identity federation credential. |
86-
<!-- END_TF_DOCS -->
86+
<!-- END_TF_DOCS -->

modules/azure/aks/backplane/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ output "provider_tf" {
146146
147147
client_id = "${azuread_service_principal.buildingblock_deploy[0].client_id}"
148148
client_secret = "${azuread_application_password.buildingblock_deploy[0].value}"
149-
subscription_id = "<LANDING_ZONE_ID>"
149+
subscription_id = "<SUBSCRIPTION_ID>"
150150
tenant_id = "${data.azurerm_subscription.current.tenant_id}"
151151
}
152152

modules/azure/aks/buildingblock/APP_TEAM_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ This building block is for application teams that need to deploy containerized a
9090
| `subnet_name` | Name of existing subnet to use. If `null`, creates new subnet. | No | `null` (creates new) |
9191
| `vnet_address_space` | Address space for new VNet. Only used when `vnet_name == null`. | No | `10.240.0.0/16` |
9292
| `subnet_address_prefix` | Address prefix for new subnet. Only used when `subnet_name == null`. | No | `10.240.0.0/20` |
93-
| `allow_gateway_transit_from_hub` | Allow gateway transit from hub for on-premises connectivity. | No | `true` |
93+
| `allow_gateway_transit_from_hub` | Allow gateway transit from hub for on-premises connectivity. | No | `false` |
9494

9595
### Hub Connectivity (for Private Clusters)
9696

modules/azure/aks/buildingblock/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ module "aks" {
197197
| Name | Version |
198198
|------|---------|
199199
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0 |
200-
| <a name="requirement_azuread"></a> [azuread](#requirement\_azuread) | ~> 3.4.0 |
201200
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 4.36.0 |
202201
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.11.1 |
203202

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
provider "azurerm" {
22
features {}
33
}
4-
5-
provider "azuread" {}

modules/azure/aks/buildingblock/versions.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ terraform {
88
configuration_aliases = [azurerm, azurerm.hub]
99
}
1010

11-
azuread = {
12-
source = "hashicorp/azuread"
13-
version = "~> 3.4.0"
14-
}
15-
1611
time = {
1712
source = "hashicorp/time"
1813
version = "~> 0.11.1"

modules/azure/container-registry/backplane/outputs.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ output "provider_tf" {
146146
147147
client_id = "${azuread_service_principal.buildingblock_deploy[0].client_id}"
148148
client_secret = "${azuread_application_password.buildingblock_deploy[0].value}"
149-
subscription_id = "<LANDING_ZONE_ID>"
149+
subscription_id = "<SUBSCRIPTION_ID>"
150150
tenant_id = "${data.azurerm_subscription.current.tenant_id}"
151151
}
152152
@@ -175,7 +175,7 @@ output "provider_tf" {
175175
176176
client_id = "${azuread_service_principal.buildingblock_deploy[0].client_id}"
177177
use_oidc = true
178-
subscription_id = "<LANDING_ZONE_SUBSCRIPTION_ID>"
178+
subscription_id = "<SUBSCRIPTION_ID>"
179179
tenant_id = "${data.azurerm_subscription.current.tenant_id}"
180180
}
181181

0 commit comments

Comments
 (0)