From 66613218e9681c57cd55bbe92670920aba3f9c93 Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Tue, 14 May 2024 14:08:51 -0400 Subject: [PATCH] Use semantic markup --- plugins/modules/ec2_vpc_subnet.py | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/plugins/modules/ec2_vpc_subnet.py b/plugins/modules/ec2_vpc_subnet.py index e6f8b9ffa2..b7446794a6 100644 --- a/plugins/modules/ec2_vpc_subnet.py +++ b/plugins/modules/ec2_vpc_subnet.py @@ -115,67 +115,67 @@ RETURN = r""" subnet: description: Dictionary of subnet values - returned: I(state=present) + returned: O(state=present) type: complex contains: id: description: Subnet resource id - returned: I(state=present) + returned: O(state=present) type: str sample: subnet-b883b2c4 cidr_block: description: The IPv4 CIDR of the Subnet - returned: I(state=present) + returned: O(state=present) type: str sample: "10.0.0.0/16" ipv6_cidr_block: description: The IPv6 CIDR block actively associated with the Subnet - returned: I(state=present) + returned: O(state=present) type: str sample: "2001:db8:0:102::/64" availability_zone: description: Availability zone of the Subnet - returned: I(state=present) + returned: O(state=present) type: str sample: us-east-1a availability_zone_id: description: The AZ ID of the subnet. - returned: I(state=present) + returned: O(state=present) type: str sample: use1-az6 state: description: state of the Subnet - returned: I(state=present) + returned: O(state=present) type: str sample: available tags: description: tags attached to the Subnet, includes name - returned: I(state=present) + returned: O(state=present) type: dict sample: {"Name": "My Subnet", "env": "staging"} map_public_ip_on_launch: description: whether public IP is auto-assigned to new instances - returned: I(state=present) + returned: O(state=present) type: bool sample: false assign_ipv6_address_on_creation: description: whether IPv6 address is auto-assigned to new instances - returned: I(state=present) + returned: O(state=present) type: bool sample: false vpc_id: description: the id of the VPC where this Subnet exists - returned: I(state=present) + returned: O(state=present) type: str sample: vpc-67236184 available_ip_address_count: description: number of available IPv4 addresses - returned: I(state=present) + returned: O(state=present) type: str sample: 251 default_for_az: description: indicates whether this is the default Subnet for this Availability Zone - returned: I(state=present) + returned: O(state=present) type: bool sample: false enable_dns64: @@ -185,7 +185,7 @@ sample: false ipv6_association_id: description: The IPv6 association ID for the currently associated CIDR - returned: I(state=present) + returned: O(state=present) type: str sample: subnet-cidr-assoc-b85c74d2 ipv6_native: @@ -194,7 +194,7 @@ sample: false ipv6_cidr_block_association_set: description: An array of IPv6 cidr block association set information. - returned: I(state=present) + returned: O(state=present) type: complex contains: association_id: