Skip to content

Commit

Permalink
Undocumented IOPS return
Browse files Browse the repository at this point in the history
IOPS is being returned by the module, but simply was not documented.

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections@64fc073
  • Loading branch information
doticatto authored and goneri committed Sep 21, 2022
1 parent 97c3adf commit beb6be3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/modules/rds_instance_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,11 @@
returned: always
type: str
sample: '2017-10-10T04:00:07.434000+00:00'
iops:
description: The Provisioned IOPS value for the DB instance.
returned: always
type: int
sample: 1000
kms_key_id:
description: KMS Key ID
returned: always
Expand Down

0 comments on commit beb6be3

Please sign in to comment.