Skip to content

Commit 690fbc3

Browse files
Merge pull request openshift#7184 from r4f4/aws-secret-regions-alias
OCPBUGS-9435: terraform: aws: secret regions now support ALIAS record
2 parents 58bbafb + 4f52384 commit 690fbc3

File tree

1 file changed

+1
-1
lines changed
  • data/data/aws/cluster/route53

1 file changed

+1
-1
lines changed

data/data/aws/cluster/route53/base.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ locals {
55
// So publish_strategy serves an coordinated proxy for that decision.
66
public_endpoints = var.publish_strategy == "External" ? true : false
77

8-
use_cname = contains(["us-gov-west-1", "us-gov-east-1", "us-iso-east-1"], var.region)
8+
use_cname = contains(["us-gov-west-1", "us-gov-east-1"], var.region)
99
use_alias = ! local.use_cname
1010
}
1111

0 commit comments

Comments
 (0)