We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d3b9f5 + 330bc8b commit 0f2cbe7Copy full SHA for 0f2cbe7
1 file changed
terraform/deployments/cluster-infrastructure/remote.tf
@@ -5,7 +5,7 @@ data "aws_caller_identity" "current" {}
5
6
data "tfe_outputs" "root_dns" {
7
organization = "govuk"
8
- workspace = "root-dns-${var.govuk_environment}"
+ workspace = startswith(var.govuk_environment, "eph-") ? "root-dns-ephemeral" : "root-dns-${var.govuk_environment}"
9
}
10
11
data "tfe_outputs" "vpc" {
0 commit comments