I'm trying to create a private hostzone on route53, but looks like i'm seeing errors while creating/updating my cloudformation stack.
Error
17:35:41 UTC+0550 CREATE_FAILED AWS::Route53::HostedZone RancherRoute53HostedZone Value of property VPCs must be of type List
Cloudformation Template - YAML
RancherRoute53HostedZone:
Properties:
Name: 'test.com'
VPCs:
-
Ref: VPC
Type : AWS::Route53::HostedZone