Skip to content

Commit

Permalink
fix: identity for pe app deployment (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-calabrese authored Dec 9, 2024
1 parent b9762d5 commit 515ba90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra-pe/identity/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module "app_federated_identities" {

prefix = local.prefix
env_short = local.env_short
env = "app-pe-${local.env}"
env = "pe-app-${local.env}"
domain = "${local.domain}-app"
repositories = [local.repo_name]
tags = local.tags
Expand Down
2 changes: 1 addition & 1 deletion infra-pe/identity/uat/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module "app_federated_identities" {

prefix = local.prefix
env_short = local.env_short
env = "app-pe-${local.env}"
env = "pe-app-${local.env}"
domain = "${local.domain}-app"
repositories = [local.repo_name]
tags = local.tags
Expand Down

0 comments on commit 515ba90

Please sign in to comment.