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 type: int
redis_version: redis_version:
description: description:
- 'The version of Redis software. If not provided, latest supported version will - 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 be used. Please check the API documentation linked at the top for the latest
- REDIS_4_0 for Redis 4.0 compatibility - REDIS_3_2 for Redis 3.2 compatibility valid values.
.'
required: false required: false
type: str type: str
reserved_ip_range: reserved_ip_range:
@ -328,10 +327,9 @@ persistenceIamIdentity:
type: str type: str
redisVersion: redisVersion:
description: description:
- 'The version of Redis software. If not provided, latest supported version will - 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 be used. Please check the API documentation linked at the top for the latest valid
- REDIS_4_0 for Redis 4.0 compatibility - REDIS_3_2 for Redis 3.2 compatibility values.
.'
returned: success returned: success
type: str type: str
reservedIpRange: reservedIpRange:

View file

@ -207,10 +207,9 @@ resources:
type: str type: str
redisVersion: redisVersion:
description: description:
- 'The version of Redis software. If not provided, latest supported version - The version of Redis software. If not provided, latest supported version will
will be used. Currently, the supported values are: - REDIS_5_0 for Redis 5.0 be used. Please check the API documentation linked at the top for the latest
compatibility - REDIS_4_0 for Redis 4.0 compatibility - REDIS_3_2 for Redis valid values.
3.2 compatibility .'
returned: success returned: success
type: str type: str
reservedIpRange: reservedIpRange: