From 01e38c4f2ebea04121d3631cb657255fcd3398fc Mon Sep 17 00:00:00 2001 From: Chris Stephens Date: Wed, 27 Nov 2019 18:43:55 +0000 Subject: [PATCH] Add a kubernetes style resource async class Signed-off-by: Modular Magician --- plugins/modules/gcp_redis_instance.py | 4 ++-- plugins/modules/gcp_redis_instance_info.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/modules/gcp_redis_instance.py b/plugins/modules/gcp_redis_instance.py index cc8b0fc..ec19870 100644 --- a/plugins/modules/gcp_redis_instance.py +++ b/plugins/modules/gcp_redis_instance.py @@ -89,7 +89,7 @@ options: type: str name: description: - - The ID of the instance or a fully qualified identifier for the instance. . + - The ID of the instance or a fully qualified identifier for the instance. required: true type: str memory_size_gb: @@ -267,7 +267,7 @@ locationId: type: str name: description: - - The ID of the instance or a fully qualified identifier for the instance. . + - The ID of the instance or a fully qualified identifier for the instance. returned: success type: str memorySizeGb: diff --git a/plugins/modules/gcp_redis_instance_info.py b/plugins/modules/gcp_redis_instance_info.py index a6233c5..dfdcbfb 100644 --- a/plugins/modules/gcp_redis_instance_info.py +++ b/plugins/modules/gcp_redis_instance_info.py @@ -172,7 +172,7 @@ resources: type: str name: description: - - The ID of the instance or a fully qualified identifier for the instance. . + - The ID of the instance or a fully qualified identifier for the instance. returned: success type: str memorySizeGb: