aws-cloudformation-user-guide
aws-cloudformation-user-guide copied to clipboard
Missing " in AWS::Route53Resolver::ResolverRule example
AWS::Route53Resolver::ResolverRule is missing a " in the JSON example.
Link to the JSON example -> https://github.com/awsdocs/aws-cloudformation-user-guide/blob/main/doc_source/aws-resource-route53resolver-resolverrule.md#json-1
The second IP in TargetIps is missing the ":
{
"Ip" : "192.0.2.99, <-- there
"Port" : "53"
}
happy to open a PR if needed
PR with the fix -> https://github.com/awsdocs/aws-cloudformation-user-guide/pull/1211
Thank you for reporting the issue. It has been corrected.
Thank you @HLeeHart for answering. My PR though is still open and it doesn't have any conflicts with the base branch. Does it need merging or closing? thank you