Skip to content

Commit

Permalink
fix zone apex record. needs to be alias rather than cname
Browse files Browse the repository at this point in the history
  • Loading branch information
graham-russell committed Apr 19, 2022
1 parent f55e7e9 commit acfefc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "aws_route53_record" "ably-global" {
type = "A"

alias {
name = var.vpc_endpoint_dns_name
name = var.ably_vpc_endpoint_dns_entry
zone_id = var.ably_vpc_endpoint_dns_hosted_zone_id
evaluate_target_health = true
}
Expand Down

0 comments on commit acfefc7

Please sign in to comment.