We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a355d commit 710922bCopy full SHA for 710922b
infrastructure/environments/dev/locals.tf
@@ -9,7 +9,7 @@ locals {
9
environment = "dev"
10
git_branch = coalesce(data.external.git_branch.result.output, "na")
11
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}"
+ prefix = "${local.deploy_workspace}-${local.project_identifier_shortcode}-${data.aws_caller_identity.current.account_id}"
13
open_next_path = "../../../.open-next"
14
node_version = "nodejs22.x"
15
log_retention_in_days = 7
0 commit comments