-
Notifications
You must be signed in to change notification settings - Fork 398
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
[WIP] Transit gateway attachment #791
[WIP] Transit gateway attachment #791
Conversation
@@ -4,3 +4,4 @@ | |||
# we hash the resource_prefix to get a shorter, unique string | |||
lambda_function_name: '{{ tiny_prefix }}' | |||
lambda_role_name: 'ansible-test-{{ tiny_prefix }}-lambda' | |||
tiny_prefix: "d7er9e" |
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.
tiny_prefix is a special variable provided by ansible-test and does not need to be defined
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.
opps! I didn't think that made it in there! My bad
Superceeded by #1004 |
@gen2fish Thanks for your submission here, unfortunately it looks like the PR stalled out. |
SUMMARY
New modules to describe and manage transit gateway attachements
ISSUE TYPE
COMPONENT NAME
module: ec2_transit_gateway_attachment_info
short_description: Gather information about ec2 transit gateway attachments in AWS
module: ec2_transit_gateway_attachment
short_description: Manage ec2 transit gateway attachments in AWS