From 3d9a115f76181c22200fcdcf7277dcd9b1cf3d51 Mon Sep 17 00:00:00 2001 From: Jared Holgate Date: Tue, 7 Jan 2025 17:04:05 +0000 Subject: [PATCH] fix: missing slz fsi input --- ...azure-devops-terraform-financial-services-landing-zone.yaml | 3 ++- .../inputs-azure-devops-terraform-sovereign-landing-zone.yaml | 3 ++- ...nputs-github-terraform-financial-services-landing-zone.yaml | 3 ++- .../inputs-github-terraform-sovereign-landing-zone.yaml | 3 ++- ...inputs-local-terraform-financial-services-landing-zone.yaml | 3 ++- .../inputs-local-terraform-sovereign-landing-zone.yaml | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/wiki/examples/powershell-inputs/inputs-azure-devops-terraform-financial-services-landing-zone.yaml b/docs/wiki/examples/powershell-inputs/inputs-azure-devops-terraform-financial-services-landing-zone.yaml index e8ca178..643c338 100644 --- a/docs/wiki/examples/powershell-inputs/inputs-azure-devops-terraform-financial-services-landing-zone.yaml +++ b/docs/wiki/examples/powershell-inputs/inputs-azure-devops-terraform-financial-services-landing-zone.yaml @@ -77,9 +77,10 @@ policy_effect: "Deny" policy_exemptions: {} subscription_billing_scope: "" tags: {} +top_level_management_group_name: "Financial Services Landing Zone" use_premium_firewall: true vpn_gateway_config: {name: "noconfigVpn"} # Advanced Inputs -bootstrap_module_version: "v4.1.3" +bootstrap_module_version: "v4.1.8" starter_module_version: "latest" diff --git a/docs/wiki/examples/powershell-inputs/inputs-azure-devops-terraform-sovereign-landing-zone.yaml b/docs/wiki/examples/powershell-inputs/inputs-azure-devops-terraform-sovereign-landing-zone.yaml index 436e28c..bf5c9e7 100644 --- a/docs/wiki/examples/powershell-inputs/inputs-azure-devops-terraform-sovereign-landing-zone.yaml +++ b/docs/wiki/examples/powershell-inputs/inputs-azure-devops-terraform-sovereign-landing-zone.yaml @@ -81,9 +81,10 @@ policy_effect: "Deny" policy_exemptions: {} subscription_billing_scope: "" tags: {} +top_level_management_group_name: "Sovereign Landing Zone" use_premium_firewall: true vpn_gateway_config: {name: "noconfigVpn"} # Advanced Inputs -bootstrap_module_version: "latest" +bootstrap_module_version: "v4.1.8" starter_module_version: "latest" diff --git a/docs/wiki/examples/powershell-inputs/inputs-github-terraform-financial-services-landing-zone.yaml b/docs/wiki/examples/powershell-inputs/inputs-github-terraform-financial-services-landing-zone.yaml index 14ea878..038926f 100644 --- a/docs/wiki/examples/powershell-inputs/inputs-github-terraform-financial-services-landing-zone.yaml +++ b/docs/wiki/examples/powershell-inputs/inputs-github-terraform-financial-services-landing-zone.yaml @@ -74,9 +74,10 @@ policy_effect: "Deny" policy_exemptions: {} subscription_billing_scope: "" tags: {} +top_level_management_group_name: "Financial Services Landing Zone" use_premium_firewall: true vpn_gateway_config: {name: "noconfigVpn"} # Advanced Inputs -bootstrap_module_version: "v4.1.3" +bootstrap_module_version: "v4.1.8" starter_module_version: "latest" diff --git a/docs/wiki/examples/powershell-inputs/inputs-github-terraform-sovereign-landing-zone.yaml b/docs/wiki/examples/powershell-inputs/inputs-github-terraform-sovereign-landing-zone.yaml index 6efa12f..565888e 100644 --- a/docs/wiki/examples/powershell-inputs/inputs-github-terraform-sovereign-landing-zone.yaml +++ b/docs/wiki/examples/powershell-inputs/inputs-github-terraform-sovereign-landing-zone.yaml @@ -78,9 +78,10 @@ policy_effect: "Deny" policy_exemptions: {} subscription_billing_scope: "" tags: {} +top_level_management_group_name: "Sovereign Landing Zone" use_premium_firewall: true vpn_gateway_config: {name: "noconfigVpn"} # Advanced Inputs -bootstrap_module_version: "latest" +bootstrap_module_version: "v4.1.8" starter_module_version: "latest" diff --git a/docs/wiki/examples/powershell-inputs/inputs-local-terraform-financial-services-landing-zone.yaml b/docs/wiki/examples/powershell-inputs/inputs-local-terraform-financial-services-landing-zone.yaml index 542d230..adb676e 100644 --- a/docs/wiki/examples/powershell-inputs/inputs-local-terraform-financial-services-landing-zone.yaml +++ b/docs/wiki/examples/powershell-inputs/inputs-local-terraform-financial-services-landing-zone.yaml @@ -67,9 +67,10 @@ policy_effect: "Deny" policy_exemptions: {} subscription_billing_scope: "" tags: {} +top_level_management_group_name: "Financial Services Landing Zone" use_premium_firewall: true vpn_gateway_config: {name: "noconfigVpn"} # Advanced Inputs -bootstrap_module_version: "v4.1.3" +bootstrap_module_version: "v4.1.8" starter_module_version: "latest" diff --git a/docs/wiki/examples/powershell-inputs/inputs-local-terraform-sovereign-landing-zone.yaml b/docs/wiki/examples/powershell-inputs/inputs-local-terraform-sovereign-landing-zone.yaml index c0e5cb6..1c56c6a 100644 --- a/docs/wiki/examples/powershell-inputs/inputs-local-terraform-sovereign-landing-zone.yaml +++ b/docs/wiki/examples/powershell-inputs/inputs-local-terraform-sovereign-landing-zone.yaml @@ -71,9 +71,10 @@ policy_effect: "Deny" policy_exemptions: {} subscription_billing_scope: "" tags: {} +top_level_management_group_name: "Sovereign Landing Zone" use_premium_firewall: true vpn_gateway_config: {name: "noconfigVpn"} # Advanced Inputs -bootstrap_module_version: "latest" +bootstrap_module_version: "v4.1.8" starter_module_version: "latest"