Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee authored Jul 13, 2023
1 parent cb81a50 commit 3b9c345
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 @@ -18,7 +18,7 @@ resource "aws_route53_record" "route_53_root_txt" {
resource "aws_route53_record" "route_53_cloud_txt" {
# this Zone needs to be imported still
zone_id = "Z0173878287JIU5M4KB8R"
name = ""
name = "cloud.seagl.org"
type = "TXT"
ttl = "300"
records = [
Expand Down

0 comments on commit 3b9c345

Please sign in to comment.