We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d73989 commit 4f52384Copy full SHA for 4f52384
data/data/aws/cluster/route53/base.tf
@@ -5,7 +5,7 @@ locals {
5
// So publish_strategy serves an coordinated proxy for that decision.
6
public_endpoints = var.publish_strategy == "External" ? true : false
7
8
- use_cname = contains(["us-gov-west-1", "us-gov-east-1", "us-iso-east-1"], var.region)
+ use_cname = contains(["us-gov-west-1", "us-gov-east-1"], var.region)
9
use_alias = ! local.use_cname
10
}
11
0 commit comments