-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
Can't create routing table with vpc peering connection id #2185
Comments
From googling, this appears to be caused by trying to do this route table update prior to both VPCs being connected to an internet gateway. I honestly haven't used this feature of AWS so I have no idea why that is related, but for CloudFormation users AWS support says to add a Can you try this, or verify this is the case? |
Hey @scalp42 – I'm going to go ahead and close this now. I attempted to reproduce with this following configuration, but received no errors:
If I'm missing something please let me know! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Assuming two VPCs peered together (
pcx-e0f00089
):peer_vpc_id
,vpc-3b08a25e
)vpc_id
, calledfortytwo
)The following route table will fail:
Error:
Also, if we try to add the routes by hand, it'll be removed by Terraform even with error (which prevents our VPCs to talk to each other on private subnets).
The text was updated successfully, but these errors were encountered: