Skip to content

Commit 571d701

Browse files
committed
fixup
1 parent 4e69ec8 commit 571d701

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform/example/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ resource "aws_route53_zone" "main" {
196196
}
197197

198198
resource "aws_route53_record" "main" {
199+
# If you change the route53_zone to a data source this also needs to become "data.aws_route53_zone.main.id"
199200
zone_id = aws_route53_zone.main.id
200201
name = local.domain_name
201202
type = "A"

0 commit comments

Comments
 (0)