Skip to content

Commit

Permalink
Remove 8.3.0 as version_added for module options that were released i…
Browse files Browse the repository at this point in the history
…n 9.0.0
  • Loading branch information
hakbailey committed Jan 10, 2025
1 parent c185dc3 commit 1658679
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/cloudwatchlogs_log_group_metric_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@
- The unit of the value.
- The various options are available `here <https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html>`.
type: str
version_added: 8.3.0
version_added: 9.0.0
dimensions:
description:
- A dimension is a name/value pair that is a part of the identity of a metric.
- You can assign up to 3 dimensions to a metric.
- Dimensions are only supported for JSON or space-delimited metric filters.
- The I(default_value) and I(dimensions) options are mutually exclusive.
type: dict
version_added: 8.3.0
version_added: 9.0.0
extends_documentation_fragment:
- amazon.aws.common.modules
- amazon.aws.region.modules
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ec2_eip.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
description: The domain name to attach to the IP address.
required: false
type: str
version_added: 8.3.0
version_added: 9.0.0
extends_documentation_fragment:
- amazon.aws.common.modules
- amazon.aws.region.modules
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ec2_vpc_route_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
returned: when the route is via a Transit gateway
type: str
sample: tgw-123456789012
version_added: 8.3.0
version_added: 9.0.0
origin:
description: mechanism through which the route is in the table.
returned: always
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ec2_vpc_route_table_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
returned: when the route is via a Transit gateway.
type: str
sample: tgw-123456789012
version_added: 8.3.0
version_added: 9.0.0
origin:
description: mechanism through which the route is in the table.
returned: always
Expand Down

0 comments on commit 1658679

Please sign in to comment.