From b22030cc803f881b652866a05eee91230c95a21e Mon Sep 17 00:00:00 2001 From: Zach Trocinski Date: Thu, 25 Jul 2024 22:45:06 -0500 Subject: [PATCH] Change default values in config files --- .../examples/powershell-inputs/inputs-azure-devops-bicep.yaml | 2 +- docs/wiki/examples/powershell-inputs/inputs-github-bicep.yaml | 2 +- docs/wiki/examples/powershell-inputs/inputs-local-bicep.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"