Skip to content

Commit 8b30777

Browse files
committed
Reset name of api dns record
I didn't intend to change this! 😉
1 parent 1d41aa1 commit 8b30777

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cidv2.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CNAME for custom domain for expirimental fly.io deployment.
22
# https://fly.io/docs/networking/custom-domain/
3-
resource "aws_route53_record" "fly_experimental_api" {
3+
resource "aws_route53_record" "experimental_api" {
44
zone_id = data.aws_route53_zone.imagedirectory_cloud.zone_id
55
name = "api"
66
type = "CNAME"
@@ -31,4 +31,4 @@ resource "aws_route53_record" "flyio_domain_validation" {
3131
}
3232

3333
ttl = "3600"
34-
}
34+
}

0 commit comments

Comments
 (0)