1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix ec2_vpc deprecation docs

Clarify the CHANGELOG with deprecation timeline
Correct name of `ec2_vpc_net` module to be used instead
This commit is contained in:
Will Thames 2017-01-20 10:50:41 +10:00 committed by Matt Clay
parent 1839c8699d
commit 75437bbe3c
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ Ansible Changes By Release
the old overwriting behaviour via the config option. In 2.5, multiple --tags
options will be merged with no way to go back to the old behaviour.
* Modules
* ec2_vpc will be deprecated in 2.5
* ec2_vpc will be deprecated in 2.3 and removed in 2.5
###New Modules:
- archive

View file

@ -26,7 +26,7 @@ description:
- Create or terminates AWS virtual private clouds. This module has a dependency on python-boto.
version_added: "1.4"
deprecated: >-
Deprecated in 2.3. Use M(epc_vpc_net) along with supporting modules including
Deprecated in 2.3. Use M(ec2_vpc_net) along with supporting modules including
M(ec2_vpc_igw), M(ec2_vpc_route_table), M(ec2_vpc_subnet), M(ec2_vpc_dhcp_options),
M(ec2_vpc_nat_gateway), M(ec2_vpc_nacl).
options: