Skip to content

Commit

Permalink
rename from tier-0 to mcshared
Browse files Browse the repository at this point in the history
  • Loading branch information
and-mora committed Nov 18, 2024
1 parent 0b296eb commit 946d7f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/main/terraform/env/prod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ tags = {
# ------------------------------------------------------------------------------
# External resources.
# ------------------------------------------------------------------------------
cae_name = "cstar-p-tier-0-cae"
cae_resource_group_name = "cstar-p-tier-0-app-rg"
id_name = "cstar-p-tier-0-auth-id"
id_resource_group_name = "cstar-p-tier-0-identity-rg"
cae_name = "cstar-p-mcshared-cae"
cae_resource_group_name = "cstar-p-mcshared-app-rg"
id_name = "cstar-p-mcshared-auth-id"
id_resource_group_name = "cstar-p-mcshared-identity-rg"

# ------------------------------------------------------------------------------
# Names of key vault secrets.
Expand Down
8 changes: 4 additions & 4 deletions src/main/terraform/env/uat/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ tags = {
# ------------------------------------------------------------------------------
# External resources.
# ------------------------------------------------------------------------------
cae_name = "cstar-u-tier-0-cae"
cae_resource_group_name = "cstar-u-tier-0-app-rg"
id_name = "cstar-u-tier-0-auth-id"
id_resource_group_name = "cstar-u-tier-0-identity-rg"
cae_name = "cstar-u-mcshared-cae"
cae_resource_group_name = "cstar-u-mcshared-app-rg"
id_name = "cstar-u-mcshared-auth-id"
id_resource_group_name = "cstar-u-mcshared-identity-rg"

# ------------------------------------------------------------------------------
# Names of key vault secrets.
Expand Down

0 comments on commit 946d7f6

Please sign in to comment.