-
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
Allow vpc_peering_connection #963
Conversation
Link to mitchellh/goamz#220 |
This looks good! I noticed it doesn't support update. Is this true of the AWS resource? If so, you should set the |
You're right that I missed the update part and yes it's possible to update the tags. |
This looks really good! |
providers/aws: vpc_peering_connection
Btw why not to automatically accept the peering connection in case the peer and peering vpcs are managed by same aws account? |
That should be possible. I will try to look at it it next week |
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. |
It's my first time writing go, so be careful.
At the moment, you need to create the peering connection with ami-cli or aws-console.
For a better integration it is required to improve https://github.com/mitchellh/goamz for creating the peering connection and link it into terraform