Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 17, 2026
1 parent c136ca9 commit 93fd1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-label/base.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resource "terraform_data" "base_environment" {

lifecycle {
precondition {
condition = contains(["dev", "test", "qa", "uat", "ite", "stage", "prod", "cre", "sa", "services", "common"], [local.base.environment]) || local.base.environment == null
condition = contains(["dev", "test", "qa", "uat", "ite", "stage", "prod", "cre", "sa", "services", "common"], local.base.environment) || local.base.environment == null
error_message = "The var.environment or base.environment value invalid. See https://github.e.it.census.gov/terraform/cloud-information/tree/master/aws/documentation/naming-tagging-standard for valid list."
}
}
Expand Down

0 comments on commit 93fd1b6

Please sign in to comment.