Skip to content

Commit 1658679

Browse files
committed
Remove 8.3.0 as version_added for module options that were released in 9.0.0
1 parent c185dc3 commit 1658679

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

plugins/modules/cloudwatchlogs_log_group_metric_filter.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@
6363
- The unit of the value.
6464
- The various options are available `here <https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html>`.
6565
type: str
66-
version_added: 8.3.0
66+
version_added: 9.0.0
6767
dimensions:
6868
description:
6969
- A dimension is a name/value pair that is a part of the identity of a metric.
7070
- You can assign up to 3 dimensions to a metric.
7171
- Dimensions are only supported for JSON or space-delimited metric filters.
7272
- The I(default_value) and I(dimensions) options are mutually exclusive.
7373
type: dict
74-
version_added: 8.3.0
74+
version_added: 9.0.0
7575
extends_documentation_fragment:
7676
- amazon.aws.common.modules
7777
- amazon.aws.region.modules

plugins/modules/ec2_eip.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
description: The domain name to attach to the IP address.
8181
required: false
8282
type: str
83-
version_added: 8.3.0
83+
version_added: 9.0.0
8484
extends_documentation_fragment:
8585
- amazon.aws.common.modules
8686
- amazon.aws.region.modules

plugins/modules/ec2_vpc_route_table.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
returned: when the route is via a Transit gateway
274274
type: str
275275
sample: tgw-123456789012
276-
version_added: 8.3.0
276+
version_added: 9.0.0
277277
origin:
278278
description: mechanism through which the route is in the table.
279279
returned: always

plugins/modules/ec2_vpc_route_table_info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
returned: when the route is via a Transit gateway.
169169
type: str
170170
sample: tgw-123456789012
171-
version_added: 8.3.0
171+
version_added: 9.0.0
172172
origin:
173173
description: mechanism through which the route is in the table.
174174
returned: always

0 commit comments

Comments
 (0)