We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdde815 commit 235abc7Copy full SHA for 235abc7
infrastructure/terraform/components/api/route53_record.tf
@@ -1,5 +1,5 @@
1
resource "aws_route53_record" "main" {
2
- name = aws_api_gateway_domain_name.main.domain_name
+ name = var.manually_configure_mtls_truststore ? aws_api_gateway_domain_name.main.0.regional_domain_name : aws_api_gateway_domain_name.main_nonprod.0.regional_domain_name
3
type = "A"
4
zone_id = local.root_domain_id
5
0 commit comments