Skip to content

Commit

Permalink
change contentful environment values to aliases, not environments
Browse files Browse the repository at this point in the history
  • Loading branch information
mattb-hippo committed Aug 7, 2024
1 parent 434e00c commit 78d8b49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -714,9 +714,9 @@ variable "cpd_contentful_env" {
default = {
Dev = "dev"
Test = "test"
Load-Test = "prod"
Pre-Prod = "prod"
Prod = "prod"
Load-Test = "master"
Pre-Prod = "master"
Prod = "master"
}
description = "Contentful Environment Name"
}
Expand Down

0 comments on commit 78d8b49

Please sign in to comment.