-
Notifications
You must be signed in to change notification settings - Fork 53
feat: new resource - TransitGatewayVPCAttachment #251
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
feat: new resource - TransitGatewayVPCAttachment #251
Conversation
5c803a6
to
b53b511
Compare
/test ec2-kind-e2e |
d08682a
to
92c4908
Compare
With these changes we are supporting TransitGatewayVPCAttachment resources. This resource can reference TrasitGatewayID, VPCID, and SubnetID by their resource name. Also adding e2e tests.
92c4908
to
8368073
Compare
ef5aa45
to
09ab52f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
templates/hooks/transit_gateway_vpc_attachment/sdk_update_pre_build_request.go.tpl
Outdated
Show resolved
Hide resolved
templates/hooks/transit_gateway_vpc_attachment/sdk_read_many_post_set_output.go.tpl
Outdated
Show resolved
Hide resolved
3e935a8
to
c98262a
Compare
/retest |
/retest |
/retest |
c98262a
to
b1bdd14
Compare
Doing so becasue there can only be one VPC attachment at a time and the resource stays in deleting for several minutes.
b1bdd14
to
3e7a541
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: a-hilaly, michaelhtm The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thanks @michaelhtm ! |
/retest |
@michaelhtm: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Issue #1865
Description of changes:
With these changes we are supporting TransitGatewayVPCAttachment resources.
This resource can reference TrasitGatewayID, VPCID, and SubnetID by their resource
name. Also adding e2e tests.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.