diff --git a/plugins/modules/ec2_instance.py b/plugins/modules/ec2_instance.py index efca90e5740..c9b37a1f13d 100644 --- a/plugins/modules/ec2_instance.py +++ b/plugins/modules/ec2_instance.py @@ -316,14 +316,14 @@ default: optional type: str http_put_response_hop_limit: - version_added: 3.3.0 + version_added: 4.0.0 type: int description: > The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel. default: 1 http_protocol_ipv6: - version_added: 3.3.0 + version_added: 4.0.0 type: str description: > - Wether the instance metadata endpoint is available via IPv6 (C(enabled)) or not (C(disabled)). @@ -331,7 +331,7 @@ choices: [enabled, disabled] default: 'disabled' instance_metadata_tags: - version_added: 3.3.0 + version_added: 4.0.0 type: str description: - Wether the instance tags are availble (C(enabled)) via metadata endpoint or not (C(disabled)).