-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Split out top-level aws_route resource #2388
Comments
+1 I swear you guys are reading my mind. I have an exact use for this case where I need to add a route to an pre-existing route table for a VPC peering connection created with Terraform. In this case I own both of the VPCs being peered but only one of them is created by Terraform and so has its own pre-existing route table that needs the peering route to be created. |
huge +1 :) |
@phinze I took a stab at this -- and since |
@gkze - great to hear you're interesting in helping out! 😀 It's correct that we need to build our own identifier in this case. You should be able to look to the implementation of Let me know if that helps - happy to go into more detail here too. |
Thanks @phinze! That's definitely helpful. On a semi-related note, in a schema -- what's the difference between |
I agree it's a little confusing with all the booleans. Here's a truth table of the relevant scenarios:
|
This is awesome @phinze! Another question: I see there is a |
If you take a look at the docs for |
sweet! 🙏 |
Hey all! We merged #3548 some time ago, just forgot to close the loop here. Thanks! |
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. |
Same logic as splitting out other top level resources:
The text was updated successfully, but these errors were encountered: