From 12db9c47e95c5de1ef11ad8a99f698f0752d628a Mon Sep 17 00:00:00 2001 From: The Magician Date: Wed, 7 Aug 2019 15:02:48 -0700 Subject: [PATCH] add redis_4_0 as supported (#320) Signed-off-by: Modular Magician --- plugins/modules/gcp_redis_instance.py | 12 ++++++------ plugins/modules/gcp_redis_instance_info.py | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/plugins/modules/gcp_redis_instance.py b/plugins/modules/gcp_redis_instance.py index 13619dc..88bf13b 100644 --- a/plugins/modules/gcp_redis_instance.py +++ b/plugins/modules/gcp_redis_instance.py @@ -99,9 +99,9 @@ options: type: int redis_version: description: - - The version of Redis software. If not provided, latest supported version will - be used. Updating the version will perform an upgrade/downgrade to the new version. - Currently, the supported values are REDIS_3_2 for Redis 3.2. + - 'The version of Redis software. If not provided, latest supported version will + be used. Currently, the supported values are: - REDIS_4_0 for Redis 4.0 compatibility + - REDIS_3_2 for Redis 3.2 compatibility .' required: false type: str reserved_ip_range: @@ -236,9 +236,9 @@ port: type: int redisVersion: description: - - The version of Redis software. If not provided, latest supported version will - be used. Updating the version will perform an upgrade/downgrade to the new version. - Currently, the supported values are REDIS_3_2 for Redis 3.2. + - 'The version of Redis software. If not provided, latest supported version will + be used. Currently, the supported values are: - REDIS_4_0 for Redis 4.0 compatibility + - REDIS_3_2 for Redis 3.2 compatibility .' returned: success type: str reservedIpRange: diff --git a/plugins/modules/gcp_redis_instance_info.py b/plugins/modules/gcp_redis_instance_info.py index 03c6cdc..004a756 100644 --- a/plugins/modules/gcp_redis_instance_info.py +++ b/plugins/modules/gcp_redis_instance_info.py @@ -142,9 +142,9 @@ resources: type: int redisVersion: description: - - The version of Redis software. If not provided, latest supported version will - be used. Updating the version will perform an upgrade/downgrade to the new - version. Currently, the supported values are REDIS_3_2 for Redis 3.2. + - 'The version of Redis software. If not provided, latest supported version + will be used. Currently, the supported values are: - REDIS_4_0 for Redis 4.0 + compatibility - REDIS_3_2 for Redis 3.2 compatibility .' returned: success type: str reservedIpRange: