diff --git a/cidv2.tf b/cidv2.tf index 6b9b6b5..8ed830f 100644 --- a/cidv2.tf +++ b/cidv2.tf @@ -1,6 +1,6 @@ # CNAME for custom domain for expirimental fly.io deployment. # https://fly.io/docs/networking/custom-domain/ -resource "aws_route53_record" "fly_experimental_api" { +resource "aws_route53_record" "experimental_api" { zone_id = data.aws_route53_zone.imagedirectory_cloud.zone_id name = "api" type = "CNAME" @@ -31,4 +31,4 @@ resource "aws_route53_record" "flyio_domain_validation" { } ttl = "3600" -} \ No newline at end of file +}