Remove versions from redis_version field. (#5062) (#452)

Co-authored-by: upodroid <cy@borg.dev>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: upodroid <cy@borg.dev>
This commit is contained in:
The Magician 2021-08-09 19:13:27 -05:00 committed by GitHub
parent ff2ac11bea
commit 1c364de171
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 12 deletions

View file

@ -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:

View file

@ -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: