Skip to content

Commit b83fed5

Browse files
committed
upodate naming
1 parent 3373672 commit b83fed5

File tree

1 file changed

+3
-3
lines changed
  • sample-setup/modules/sap-btp-naming-conventions-subaccount

1 file changed

+3
-3
lines changed

sample-setup/modules/sap-btp-naming-conventions-subaccount/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ locals {
3232

3333
subaccount_name = format(
3434
"%s%s%s",
35-
upper(var.business_unit),
35+
lower(var.business_unit),
3636
var.delimiter,
37-
var.stage)
38-
37+
lower(var.stage)
38+
)
3939

4040
subaccount_subdomain_base = var.company_name == null ? format(
4141
"%s%s%s",

0 commit comments

Comments
 (0)