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 4e69ec8 commit 571d701Copy full SHA for 571d701
terraform/example/main.tf
@@ -196,6 +196,7 @@ resource "aws_route53_zone" "main" {
196
}
197
198
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"
200
zone_id = aws_route53_zone.main.id
201
name = local.domain_name
202
type = "A"
0 commit comments