diff --git a/plugins/modules/gcp_redis_instance.py b/plugins/modules/gcp_redis_instance.py index 825aab6..fe817c2 100644 --- a/plugins/modules/gcp_redis_instance.py +++ b/plugins/modules/gcp_redis_instance.py @@ -113,10 +113,9 @@ options: type: int redis_version: description: - - 'The version of Redis software. If not provided, latest supported version will - be used. Currently, the supported values are: - REDIS_5_0 for Redis 5.0 compatibility - - REDIS_4_0 for Redis 4.0 compatibility - REDIS_3_2 for Redis 3.2 compatibility - .' + - The version of Redis software. If not provided, latest supported version will + be used. Please check the API documentation linked at the top for the latest + valid values. required: false type: str reserved_ip_range: @@ -328,10 +327,9 @@ persistenceIamIdentity: type: str redisVersion: description: - - 'The version of Redis software. If not provided, latest supported version will - be used. Currently, the supported values are: - REDIS_5_0 for Redis 5.0 compatibility - - REDIS_4_0 for Redis 4.0 compatibility - REDIS_3_2 for Redis 3.2 compatibility - .' + - The version of Redis software. If not provided, latest supported version will + be used. Please check the API documentation linked at the top for the latest valid + values. returned: success type: str reservedIpRange: diff --git a/plugins/modules/gcp_redis_instance_info.py b/plugins/modules/gcp_redis_instance_info.py index 4f25da5..86b7d1c 100644 --- a/plugins/modules/gcp_redis_instance_info.py +++ b/plugins/modules/gcp_redis_instance_info.py @@ -207,10 +207,9 @@ resources: type: str redisVersion: description: - - 'The version of Redis software. If not provided, latest supported version - will be used. Currently, the supported values are: - REDIS_5_0 for Redis 5.0 - compatibility - REDIS_4_0 for Redis 4.0 compatibility - REDIS_3_2 for Redis - 3.2 compatibility .' + - The version of Redis software. If not provided, latest supported version will + be used. Please check the API documentation linked at the top for the latest + valid values. returned: success type: str reservedIpRange: