Open devopsdymyr opened 5 years ago
Issue with secondary zone
aws_route53_zone.secondary: "vpc_id": [REMOVED] use 'vpc' configuration block instead
use below instead:
vpc { vpc_id = "${aws_vpc.wp_vpc.id}" }
Let me check this
Issue with secondary zone
aws_route53_zone.secondary: "vpc_id": [REMOVED] use 'vpc' configuration block instead