Skip to content

Commit b22030c

Browse files
committed
Change default values in config files
1 parent a6269d3 commit b22030c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/wiki/examples/powershell-inputs/inputs-azure-devops-bicep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ apply_approvers: "<email-address-list>"
3434
create_branch_policies: "true"
3535

3636
# Starter Module Specific Variables
37-
Prefix: "landing-zone"
37+
Prefix: "alz"
3838
Location: "<region>"
3939
Environment: "live"
4040
networkType: "hubNetworking"

docs/wiki/examples/powershell-inputs/inputs-github-bicep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ apply_approvers: "<email-address-list>"
3131
create_branch_policies: "true"
3232

3333
# Starter Module Specific Variables
34-
Prefix: "landing-zone"
34+
Prefix: "alz"
3535
Location: "<region>"
3636
Environment: "live"
3737
networkType: "hubNetworking"

docs/wiki/examples/powershell-inputs/inputs-local-bicep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ environment_name: "mgmt"
2424
postfix_number: "1"
2525

2626
# Starter Module Specific Variables
27-
Prefix: "landing-zone"
27+
Prefix: "alz"
2828
Location: "<region>"
2929
Environment: "live"
3030
networkType: "hubNetworking"

0 commit comments

Comments
 (0)