Skip to content

Commit

Permalink
Reset name of api dns record
Browse files Browse the repository at this point in the history
I didn't intend to change this! πŸ˜‰
  • Loading branch information
major committed Jul 29, 2024
1 parent 1d41aa1 commit 8b30777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cidv2.tf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -31,4 +31,4 @@ resource "aws_route53_record" "flyio_domain_validation" {
}

ttl = "3600"
}
}

0 comments on commit 8b30777

Please sign in to comment.