From 970b34ec66b75c6d1fe66752253700fd53556f9a Mon Sep 17 00:00:00 2001 From: Jill R <4121322+jillr@users.noreply.github.com> Date: Wed, 17 Jun 2020 09:31:32 -0700 Subject: [PATCH] Update docs (#99) * Update docs Remove .git from repo url so links in readme will generate correctly Add required ansible version Run latest version of add_docs.py Add version_added string to modules * galaxy.yml was missing authors This commit was initially merged in https://github.com/ansible-collections/community.aws See: https://github.com/ansible-collections/community.aws/commit/96ee268e5267f5b12c3d59892bc1279f75aa3135 --- plugins/modules/ec2_transit_gateway.py | 1 + plugins/modules/ec2_transit_gateway_info.py | 1 + 2 files changed, 2 insertions(+) diff --git a/plugins/modules/ec2_transit_gateway.py b/plugins/modules/ec2_transit_gateway.py index b4eca57de97..5a7ea4b248c 100644 --- a/plugins/modules/ec2_transit_gateway.py +++ b/plugins/modules/ec2_transit_gateway.py @@ -9,6 +9,7 @@ DOCUMENTATION = ''' module: ec2_transit_gateway short_description: Create and delete AWS Transit Gateways +version_added: 1.0.0 description: - Creates AWS Transit Gateways. - Deletes AWS Transit Gateways. diff --git a/plugins/modules/ec2_transit_gateway_info.py b/plugins/modules/ec2_transit_gateway_info.py index 42f180ab97f..ddae796cf47 100644 --- a/plugins/modules/ec2_transit_gateway_info.py +++ b/plugins/modules/ec2_transit_gateway_info.py @@ -10,6 +10,7 @@ DOCUMENTATION = ''' module: ec2_transit_gateway_info short_description: Gather information about ec2 transit gateways in AWS +version_added: 1.0.0 description: - Gather information about ec2 transit gateways in AWS author: "Bob Boldin (@BobBoldin)"