From f5bf25092d000621063114d2b3ebeab753d1c063 Mon Sep 17 00:00:00 2001 From: Zhiyan Xu Date: Thu, 24 Oct 2024 13:56:51 -0700 Subject: [PATCH 1/4] Update the multiple inputs for location. --- ...er-Guide]-Starter-Module-Terraform-Sovereign-Landing-Zone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/[User-Guide]-Starter-Module-Terraform-Sovereign-Landing-Zone.md b/docs/wiki/[User-Guide]-Starter-Module-Terraform-Sovereign-Landing-Zone.md index 35c2aad..951535d 100644 --- a/docs/wiki/[User-Guide]-Starter-Module-Terraform-Sovereign-Landing-Zone.md +++ b/docs/wiki/[User-Guide]-Starter-Module-Terraform-Sovereign-Landing-Zone.md @@ -172,7 +172,7 @@ locals { ### Multiple Inputs for Location -The inputs for `bootstrap_location` and `starter_locations` and `default_location` must be identical. In a future release, we will have defaults and overrides for these values. +The inputs for `bootstrap_location` and `starter_locations` must be identical, using the first region in starter_locations as the default location. Therefore, starter_locations is required and must include at least one region. In a future release, we will have defaults and overrides for these values. ### Terraform Plan or Apply Fails After Updating tfvars From 7934dacf6118977cb61f8b1af361109f1c8a7ea0 Mon Sep 17 00:00:00 2001 From: Zhiyan Xu Date: Thu, 24 Oct 2024 14:10:06 -0700 Subject: [PATCH 2/4] Add starter_locations in required list. --- ...ser-Guide]-Starter-Module-Terraform-Sovereign-Landing-Zone.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/wiki/[User-Guide]-Starter-Module-Terraform-Sovereign-Landing-Zone.md b/docs/wiki/[User-Guide]-Starter-Module-Terraform-Sovereign-Landing-Zone.md index 951535d..fa7d336 100644 --- a/docs/wiki/[User-Guide]-Starter-Module-Terraform-Sovereign-Landing-Zone.md +++ b/docs/wiki/[User-Guide]-Starter-Module-Terraform-Sovereign-Landing-Zone.md @@ -14,6 +14,7 @@ The following table describes the inputs for the `sovereign_landing_zone` starte | Input | Required | Type | Default Value | Description | | - | -- | --- | ---- | ----- | +| `starter_locations` | Required | List | | The location for Azure resources. | | `allowed_locations` | Required | List | | This is a list of Azure regions all workloads running outside of the Confidential Management Group scopes are allowed to be deployed into. | | `allowed_locations_for_confidential_computing` | Required | List | | This is a list of Azure regions all workloads running inside of the Confidential Management Group scopes are allowed to be deployed into. | | `az_firewall_policies_enabled` | | Boolean | `true` | Set to `true` to deploy a default Azure Firewall Policy resource if `enable_firewall` is also `true`. | From 1b712417f6ebf1422c05b46c49edf88959198cc0 Mon Sep 17 00:00:00 2001 From: Zhiyan Xu Date: Thu, 24 Oct 2024 14:14:35 -0700 Subject: [PATCH 3/4] Update starter_locations description. --- ...er-Guide]-Starter-Module-Terraform-Sovereign-Landing-Zone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/[User-Guide]-Starter-Module-Terraform-Sovereign-Landing-Zone.md b/docs/wiki/[User-Guide]-Starter-Module-Terraform-Sovereign-Landing-Zone.md index fa7d336..82b309d 100644 --- a/docs/wiki/[User-Guide]-Starter-Module-Terraform-Sovereign-Landing-Zone.md +++ b/docs/wiki/[User-Guide]-Starter-Module-Terraform-Sovereign-Landing-Zone.md @@ -14,7 +14,7 @@ The following table describes the inputs for the `sovereign_landing_zone` starte | Input | Required | Type | Default Value | Description | | - | -- | --- | ---- | ----- | -| `starter_locations` | Required | List | | The location for Azure resources. | +| `starter_locations` | Required | List | | The location for Azure resources. Use the first region in starter_locations as the default location. | | `allowed_locations` | Required | List | | This is a list of Azure regions all workloads running outside of the Confidential Management Group scopes are allowed to be deployed into. | | `allowed_locations_for_confidential_computing` | Required | List | | This is a list of Azure regions all workloads running inside of the Confidential Management Group scopes are allowed to be deployed into. | | `az_firewall_policies_enabled` | | Boolean | `true` | Set to `true` to deploy a default Azure Firewall Policy resource if `enable_firewall` is also `true`. | From e17c70b637596809cfb18abecea662e0f6ad7e81 Mon Sep 17 00:00:00 2001 From: VeronicaSea <69697690+VeronicaSea@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:08:40 -0700 Subject: [PATCH 4/4] Update [User-Guide]-Starter-Module-Terraform-Sovereign-Landing-Zone.md --- ...ser-Guide]-Starter-Module-Terraform-Sovereign-Landing-Zone.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/wiki/[User-Guide]-Starter-Module-Terraform-Sovereign-Landing-Zone.md b/docs/wiki/[User-Guide]-Starter-Module-Terraform-Sovereign-Landing-Zone.md index 82b309d..951535d 100644 --- a/docs/wiki/[User-Guide]-Starter-Module-Terraform-Sovereign-Landing-Zone.md +++ b/docs/wiki/[User-Guide]-Starter-Module-Terraform-Sovereign-Landing-Zone.md @@ -14,7 +14,6 @@ The following table describes the inputs for the `sovereign_landing_zone` starte | Input | Required | Type | Default Value | Description | | - | -- | --- | ---- | ----- | -| `starter_locations` | Required | List | | The location for Azure resources. Use the first region in starter_locations as the default location. | | `allowed_locations` | Required | List | | This is a list of Azure regions all workloads running outside of the Confidential Management Group scopes are allowed to be deployed into. | | `allowed_locations_for_confidential_computing` | Required | List | | This is a list of Azure regions all workloads running inside of the Confidential Management Group scopes are allowed to be deployed into. | | `az_firewall_policies_enabled` | | Boolean | `true` | Set to `true` to deploy a default Azure Firewall Policy resource if `enable_firewall` is also `true`. |