linuxacademy / terransible

67 stars 256 forks source link

aws_route53_zone.secondary #4

Open devopsdymyr opened 5 years ago

devopsdymyr commented 5 years ago

Issue with secondary zone

aws_route53_zone.secondary: "vpc_id": [REMOVED] use 'vpc' configuration block instead

vanvolkan commented 4 years ago

use below instead:

vpc { vpc_id = "${aws_vpc.wp_vpc.id}" }

devopsdymyr commented 4 years ago

Let me check this