Skip to content

Commit

Permalink
Docs formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble authored Oct 30, 2023
1 parent 2ab1154 commit ab537d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions changelogs/fragments/1825-ec2_instances.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
minor_changes:
- ec2_instance - add support for additional `placement` options and `license_specifications` in run instance spec [#1824](https://github.com/ansible-collections/amazon.aws/issues/1824).
- ec2_instance - deprecation of `tenancy` and `placement_group` in favor of `placement` attribute.
- ec2_instance - add support for additional ``placement`` options and ``license_specifications`` in run instance spec (https://github.com/ansible-collections/amazon.aws/issues/1824).
- ec2_instance - deprecation of ``tenancy`` and ``placement_group`` in favor of ``placement`` attribute (https://github.com/ansible-collections/amazon.aws/pull/1825).
4 changes: 2 additions & 2 deletions plugins/modules/ec2_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
tenancy:
description:
- What type of tenancy to allow an instance to use. Default is shared tenancy. Dedicated tenancy will incur additional charges.
- This field is deprecated, use `placement` instead.
- This field is deprecated, use I(placement) instead.
choices: ['dedicated', 'default']
type: str
termination_protection:
Expand Down Expand Up @@ -326,7 +326,7 @@
placement_group:
description:
- The placement group that needs to be assigned to the instance.
- This field is deprecated, use `placement` instead.
- This field is deprecated, use I(placement) instead.
type: str
placement:
description:
Expand Down

0 comments on commit ab537d5

Please sign in to comment.