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.
  • Loading branch information
doticatto committed Sep 2, 2021
1 parent 19cc031 commit 64fc073
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 64fc073

Please sign in to comment.