-
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
provider/aws: Add 'aws_vpc_peering_connection_accepter' resource #11505
provider/aws: Add 'aws_vpc_peering_connection_accepter' resource #11505
Conversation
Implementing vpc_peering_connection_accept. Additions from @ewbankkit: Rename 'aws_vpc_peering_connection_accept' to 'aws_vpc_peering_connection_accepter'. Get it working reusing functionality from 'aws_vpc_peering_connection' resource.
Extends the work of @BSick7 in #6843. Still TODO:
|
Currently leaving the DELETE functionality as just removing the resource from management. |
|
Still looking for guidance on how to do cross-account testing using the current acceptance testing functionality. |
Being nitpicky but this should be tagged with new-resource, not new-data-source. |
Hey @ewbankkit , can you help me understand a thing or two here?
The multi-account testing is something we'll have to figure out internally. We have some ideas and I think the right CI in place to do it. Let me know if this is still |
@catsby Yes, it was intentional to have a separate resource type. |
Removed WIP. |
Thanks for clarifying @ewbankkit – I'll do an final review and hope to merge today! |
Pulling this in, 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. |
Initial commit from @BSick7:
Implementing vpc_peering_connection_accept.
Additions from @ewbankkit:
Rename 'aws_vpc_peering_connection_accept' to 'aws_vpc_peering_connection_accepter'.
Get it working reusing functionality from 'aws_vpc_peering_connection' resource.