Skip to content

Commit

Permalink
Merge pull request ansible-collections#702 from doticatto/patch-1
Browse files Browse the repository at this point in the history
Undocumented IOPS return

IOPS is being returned by the module, but simply was not documented. Simply a documentation change.
ISSUE TYPE

Docs Pull Request

Reviewed-by: Alina Buzachis <None>
Reviewed-by: Markus Bergholz <[email protected]>
Reviewed-by: None <None>
  • Loading branch information
ansible-zuul[bot] committed Sep 24, 2021
2 parents 85dffb3 + 4f44d69 commit 4c6f54b
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 4c6f54b

Please sign in to comment.