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..f60b7cf 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 @@ -85,5 +85,5 @@ use_premium_firewall: true vpn_gateway_config: {name: "noconfigVpn"} # Advanced Inputs -bootstrap_module_version: "latest" +bootstrap_module_version: "v4.1.2" 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..a4dc58e 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 @@ -82,5 +82,5 @@ use_premium_firewall: true vpn_gateway_config: {name: "noconfigVpn"} # Advanced Inputs -bootstrap_module_version: "latest" +bootstrap_module_version: "v4.1.2" 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..41c7541 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 @@ -75,5 +75,5 @@ use_premium_firewall: true vpn_gateway_config: {name: "noconfigVpn"} # Advanced Inputs -bootstrap_module_version: "latest" +bootstrap_module_version: "v4.1.2" starter_module_version: "latest"