Skip to content

Commit 710922b

Browse files
AJ/AS/MD Removed branch name from resource prefix so that it is decoupled and each user gets one tfstate and deployed app
1 parent 51a355d commit 710922b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/environments/dev/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ locals {
99
environment = "dev"
1010
git_branch = coalesce(data.external.git_branch.result.output, "na")
1111
deploy_workspace = var.is_github_action ? "gh" : terraform.workspace
12-
prefix = "${local.deploy_workspace}-${local.git_branch}-${local.project_identifier_shortcode}-${data.aws_caller_identity.current.account_id}"
12+
prefix = "${local.deploy_workspace}-${local.project_identifier_shortcode}-${data.aws_caller_identity.current.account_id}"
1313
open_next_path = "../../../.open-next"
1414
node_version = "nodejs22.x"
1515
log_retention_in_days = 7

0 commit comments

Comments
 (0)