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 1d41aa1 commit 8b30777Copy full SHA for 8b30777
cidv2.tf
@@ -1,6 +1,6 @@
1
# CNAME for custom domain for expirimental fly.io deployment.
2
# https://fly.io/docs/networking/custom-domain/
3
-resource "aws_route53_record" "fly_experimental_api" {
+resource "aws_route53_record" "experimental_api" {
4
zone_id = data.aws_route53_zone.imagedirectory_cloud.zone_id
5
name = "api"
6
type = "CNAME"
@@ -31,4 +31,4 @@ resource "aws_route53_record" "flyio_domain_validation" {
31
}
32
33
ttl = "3600"
34
-}
+}
0 commit comments