Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PR #1689/f0ab7b88 backport][stable-6] Fix misspelling in ec2_instance docs #1691

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/modules/ec2_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,14 +360,14 @@
version_added: 4.0.0
type: str
description:
- Wether the instance metadata endpoint is available via IPv6 (C(enabled)) or not (C(disabled)).
- Whether the instance metadata endpoint is available via IPv6 (C(enabled)) or not (C(disabled)).
choices: [enabled, disabled]
default: 'disabled'
instance_metadata_tags:
version_added: 4.0.0
type: str
description:
- Wether the instance tags are availble (C(enabled)) via metadata endpoint or not (C(disabled)).
- Whether the instance tags are availble (C(enabled)) via metadata endpoint or not (C(disabled)).
choices: [enabled, disabled]
default: 'disabled'

Expand Down
Loading