-
Notifications
You must be signed in to change notification settings - Fork 342
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
ec2_vpc_igw creates a detached igw and fails if the vpc_id supplied does not exist #1787
Closed
1 task done
Comments
I plan on working on a PR to fix this behavior. |
branic
added a commit
to branic/amazon.aws
that referenced
this issue
Oct 16, 2023
Also adds the ability to attach/detach/change VPC of internet gateway Fixes: ansible-collections#1787
branic
added a commit
to branic/amazon.aws
that referenced
this issue
Oct 16, 2023
Also adds the ability to attach/detach/change VPC of internet gateway Fixes: ansible-collections#1787
branic
added a commit
to branic/amazon.aws
that referenced
this issue
Oct 26, 2023
Also adds the ability to attach/detach/change VPC of internet gateway Fixes: ansible-collections#1787
branic
added a commit
to branic/amazon.aws
that referenced
this issue
Oct 30, 2023
Also adds the ability to attach/detach/change VPC of internet gateway Fixes: ansible-collections#1787
tremble
pushed a commit
to branic/amazon.aws
that referenced
this issue
Oct 31, 2023
Also adds the ability to attach/detach/change VPC of internet gateway Fixes: ansible-collections#1787
Closing issue as this was fixed with #1786 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
When trying to create an internet gateway and supplying an incorrect
vpc_id
an internet gateway is created, but the module fails when trying to attach to the VPC.Issue Type
Bug Report
Component Name
ec2_vpc_igw
Ansible Version
Collection Versions
AWS SDK versions
Configuration
OS / Environment
Red Hat Enterprise Linux release 8.8 (Ootpa)
Steps to Reproduce
Expected Results
Expected module to fail with an error that the VPC could not be found to attach the internet gateway to and not leave a detached gateway created.
Actual Results
The module failed, but a detached internet gateway was left in the AWS account.
Code of Conduct
The text was updated successfully, but these errors were encountered: