ec2_vpc_subnet: Rename resource_tags > tags (#62663)

Most of the AWS module documentation refers to `tags` and not
`resource_tags`. This patch updates the documentation to match
other AWS module documentation. 😉

Signed-off-by: Major Hayden <major@redhat.com>
pull/62667/head
Major Hayden 5 years ago committed by John R Barker
parent 5ecbe9cbbb
commit cced1a3cd1

@ -89,7 +89,7 @@ EXAMPLES = '''
state: present
vpc_id: vpc-123456
cidr: 10.0.1.16/28
resource_tags:
tags:
Name: Database Subnet
register: database_subnet

Loading…
Cancel
Save