Skip to content

Commit

Permalink
Merge pull request #348 from DFE-Digital/load-test-use-prod-contentful
Browse files Browse the repository at this point in the history
Use Production Contentful environment for Load-Test runs
  • Loading branch information
albal authored Dec 8, 2023
2 parents 68347a1 + 1ecb68d commit 8fb7049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ variable "cpd_contentful_env" {
default = {
Dev = "dev"
Test = "test"
Load-Test = "test"
Load-Test = "prod"
Pre-Prod = "prod"
Prod = "prod"
}
Expand Down

0 comments on commit 8fb7049

Please sign in to comment.