Skip to content

Commit 826144e

Browse files
fix: missing slz fsi input (#268)
# Pull Request Fix missing input for FSI and SLZ. These files will be removed next week when we release vNext, but just keeping them aligned for now. ## Issue [Issue #, if available:](#267) ## License By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.
1 parent f2159b2 commit 826144e

6 files changed

+12
-6
lines changed

docs/wiki/examples/powershell-inputs/inputs-azure-devops-terraform-financial-services-landing-zone.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,10 @@ policy_effect: "Deny"
7777
policy_exemptions: {}
7878
subscription_billing_scope: ""
7979
tags: {}
80+
top_level_management_group_name: "Financial Services Landing Zone"
8081
use_premium_firewall: true
8182
vpn_gateway_config: {name: "noconfigVpn"}
8283

8384
# Advanced Inputs
84-
bootstrap_module_version: "v4.1.3"
85+
bootstrap_module_version: "v4.1.8"
8586
starter_module_version: "latest"

docs/wiki/examples/powershell-inputs/inputs-azure-devops-terraform-sovereign-landing-zone.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,10 @@ policy_effect: "Deny"
8181
policy_exemptions: {}
8282
subscription_billing_scope: ""
8383
tags: {}
84+
top_level_management_group_name: "Sovereign Landing Zone"
8485
use_premium_firewall: true
8586
vpn_gateway_config: {name: "noconfigVpn"}
8687

8788
# Advanced Inputs
88-
bootstrap_module_version: "latest"
89+
bootstrap_module_version: "v4.1.8"
8990
starter_module_version: "latest"

docs/wiki/examples/powershell-inputs/inputs-github-terraform-financial-services-landing-zone.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,10 @@ policy_effect: "Deny"
7474
policy_exemptions: {}
7575
subscription_billing_scope: ""
7676
tags: {}
77+
top_level_management_group_name: "Financial Services Landing Zone"
7778
use_premium_firewall: true
7879
vpn_gateway_config: {name: "noconfigVpn"}
7980

8081
# Advanced Inputs
81-
bootstrap_module_version: "v4.1.3"
82+
bootstrap_module_version: "v4.1.8"
8283
starter_module_version: "latest"

docs/wiki/examples/powershell-inputs/inputs-github-terraform-sovereign-landing-zone.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,10 @@ policy_effect: "Deny"
7878
policy_exemptions: {}
7979
subscription_billing_scope: ""
8080
tags: {}
81+
top_level_management_group_name: "Sovereign Landing Zone"
8182
use_premium_firewall: true
8283
vpn_gateway_config: {name: "noconfigVpn"}
8384

8485
# Advanced Inputs
85-
bootstrap_module_version: "latest"
86+
bootstrap_module_version: "v4.1.8"
8687
starter_module_version: "latest"

docs/wiki/examples/powershell-inputs/inputs-local-terraform-financial-services-landing-zone.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ policy_effect: "Deny"
6767
policy_exemptions: {}
6868
subscription_billing_scope: ""
6969
tags: {}
70+
top_level_management_group_name: "Financial Services Landing Zone"
7071
use_premium_firewall: true
7172
vpn_gateway_config: {name: "noconfigVpn"}
7273

7374
# Advanced Inputs
74-
bootstrap_module_version: "v4.1.3"
75+
bootstrap_module_version: "v4.1.8"
7576
starter_module_version: "latest"

docs/wiki/examples/powershell-inputs/inputs-local-terraform-sovereign-landing-zone.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,10 @@ policy_effect: "Deny"
7171
policy_exemptions: {}
7272
subscription_billing_scope: ""
7373
tags: {}
74+
top_level_management_group_name: "Sovereign Landing Zone"
7475
use_premium_firewall: true
7576
vpn_gateway_config: {name: "noconfigVpn"}
7677

7778
# Advanced Inputs
78-
bootstrap_module_version: "latest"
79+
bootstrap_module_version: "v4.1.8"
7980
starter_module_version: "latest"

0 commit comments

Comments
 (0)