Skip to content

Commit

Permalink
terraform: One slips by, but not for long.
Browse files Browse the repository at this point in the history
  • Loading branch information
necrophcodr committed Mar 24, 2020
1 parent 387f56b commit 42b526c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/r53/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ resource "aws_route53_record" "hashbang-ipv6" {
}
resource "aws_route53_record" "hashbang-ipv4" {
zone_id = aws_route53_zone.hashbang.zone_id
name = "${aws_route53_zone.hashbang.name}"
name = aws_route53_zone.hashbang.name
type = "A"
ttl = "1800"
records = ["104.131.13.197"]
Expand Down

0 comments on commit 42b526c

Please sign in to comment.