From 64fc073d467a53dea5a2b04784c629b487334126 Mon Sep 17 00:00:00 2001 From: John Mahoney Date: Thu, 2 Sep 2021 16:11:50 -0400 Subject: [PATCH 1/3] Undocumented IOPS return IOPS is being returned by the module, but simply was not documented. --- plugins/modules/rds_instance_info.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/modules/rds_instance_info.py b/plugins/modules/rds_instance_info.py index fba7804012a..13609972c17 100644 --- a/plugins/modules/rds_instance_info.py +++ b/plugins/modules/rds_instance_info.py @@ -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 From fea75df6504cb1a5879b510243ce57ce7d0491f5 Mon Sep 17 00:00:00 2001 From: John Mahoney Date: Thu, 2 Sep 2021 16:30:12 -0400 Subject: [PATCH 2/3] Update community.aws.rds_instance_info_module.rst --- .../community.aws.rds_instance_info_module.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/community.aws.rds_instance_info_module.rst b/docs/community.aws.rds_instance_info_module.rst index 3e199320cb1..6ff18d69515 100644 --- a/docs/community.aws.rds_instance_info_module.rst +++ b/docs/community.aws.rds_instance_info_module.rst @@ -957,6 +957,24 @@ Common return values are documented `here Sample:
2017-10-10T04:00:07.434000+00:00
+ + +   + +
+ iops + +
+ string +
+ + always + +
The Provisioned IOPS value for the DB instance.
+
+
Sample:
+
1000
+   From 4f44d696e499efab3aec4131a822888c8b216e27 Mon Sep 17 00:00:00 2001 From: John Mahoney Date: Tue, 14 Sep 2021 16:23:03 -0400 Subject: [PATCH 3/3] Removed rst changes b/c autogenerated --- .../community.aws.rds_instance_info_module.rst | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/docs/community.aws.rds_instance_info_module.rst b/docs/community.aws.rds_instance_info_module.rst index 6ff18d69515..3e199320cb1 100644 --- a/docs/community.aws.rds_instance_info_module.rst +++ b/docs/community.aws.rds_instance_info_module.rst @@ -957,24 +957,6 @@ Common return values are documented `here Sample:
2017-10-10T04:00:07.434000+00:00
- - -   - -
- iops - -
- string -
- - always - -
The Provisioned IOPS value for the DB instance.
-
-
Sample:
-
1000
-