diff --git a/docs/wiki/examples/powershell-inputs/inputs-azure-devops-bicep.yaml b/docs/wiki/examples/powershell-inputs/inputs-azure-devops-bicep.yaml index 47219662..53d2c4cf 100644 --- a/docs/wiki/examples/powershell-inputs/inputs-azure-devops-bicep.yaml +++ b/docs/wiki/examples/powershell-inputs/inputs-azure-devops-bicep.yaml @@ -34,7 +34,7 @@ apply_approvers: "" create_branch_policies: "true" # Starter Module Specific Variables -Prefix: "landing-zone" +Prefix: "alz" Location: "" Environment: "live" networkType: "hubNetworking" diff --git a/docs/wiki/examples/powershell-inputs/inputs-github-bicep.yaml b/docs/wiki/examples/powershell-inputs/inputs-github-bicep.yaml index c604e711..86286108 100644 --- a/docs/wiki/examples/powershell-inputs/inputs-github-bicep.yaml +++ b/docs/wiki/examples/powershell-inputs/inputs-github-bicep.yaml @@ -31,7 +31,7 @@ apply_approvers: "" create_branch_policies: "true" # Starter Module Specific Variables -Prefix: "landing-zone" +Prefix: "alz" Location: "" Environment: "live" networkType: "hubNetworking" diff --git a/docs/wiki/examples/powershell-inputs/inputs-local-bicep.yaml b/docs/wiki/examples/powershell-inputs/inputs-local-bicep.yaml index e92d88dc..8e4506d2 100644 --- a/docs/wiki/examples/powershell-inputs/inputs-local-bicep.yaml +++ b/docs/wiki/examples/powershell-inputs/inputs-local-bicep.yaml @@ -24,7 +24,7 @@ environment_name: "mgmt" postfix_number: "1" # Starter Module Specific Variables -Prefix: "landing-zone" +Prefix: "alz" Location: "" Environment: "live" networkType: "hubNetworking"