Correct parent zone reference in route53_zone docs (#10402)

This commit is contained in:
ketzacoatl 2016-11-28 17:09:11 -05:00 committed by Paul Stack
parent ca36ea1c12
commit e13a4461e5
1 changed files with 1 additions and 1 deletions

View File

@ -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"