-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EC2 Route error when targeting prefix list ID #2279
Comments
Completely untested but see if this works:
|
Thanks @markpeek I can confirm this works. |
It appears I do not have permission to branch and submit a pull request for this. |
The model is fork/PR for changes. But since I have it in my tree already I'll just commit directly. |
I figured it out and just opened this: #2280 |
Thank you for the issue and PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Troposphere throws the following error when adding an ec2.Route resource: "[ERROR] Route: one of the following must be specified: DestinationCidrBlock, DestinationIpv6CidrBlock" .
However, cloudformation now supports prefix lists as targets for routes: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html "You must specify either a destination CIDR block or prefix list ID. You must also specify exactly one of the resources as the target"
The text was updated successfully, but these errors were encountered: