diff --git a/website/source/docs/providers/aws/r/route53_zone.html.markdown b/website/source/docs/providers/aws/r/route53_zone.html.markdown index 4f4b22462..18a1a2487 100644 --- a/website/source/docs/providers/aws/r/route53_zone.html.markdown +++ b/website/source/docs/providers/aws/r/route53_zone.html.markdown @@ -36,7 +36,7 @@ resource "aws_route53_zone" "dev" { } resource "aws_route53_record" "dev-ns" { - zone_id = "${aws_route53_zone.dev.zone_id}" + zone_id = "${aws_route53_zone.main.zone_id}" name = "dev.example.com" type = "NS" ttl = "30"