Skip to content

Commit

Permalink
Tags feature: support tags specification for NAT gateway (solves ansi…
Browse files Browse the repository at this point in the history
…ble-collections#345)

- implements tags feature for NAT gateway
- adds integration test tasks for tags feature
- refactor integration tests (overall) removing hard-coded parameters
- add missing integration test tasks without CHECK_MODE
  • Loading branch information
alinabuzachis committed Jan 26, 2021
2 parents b2b7e26 + acaf280 commit 380f686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/ec2_vpc_nat_gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
- Remove tags not listed in I(tags).
type: bool
default: true
version_added: 1.4
version_added: 1.4.0
release_eip:
description:
- Deallocate the EIP from the VPC.
Expand Down

0 comments on commit 380f686

Please sign in to comment.