mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-23 11:21:22 -07:00
client side validation can't have docs with explicit choices (#258)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
3f29f076ae
commit
f0b41b7daa
30 changed files with 86 additions and 307 deletions
|
@ -105,11 +105,9 @@ options:
|
|||
description:
|
||||
- 'The service tier of the instance. Must be one of these values: - BASIC: standalone
|
||||
instance - STANDARD_HA: highly available primary/replica instances .'
|
||||
- 'Some valid choices include: "BASIC", "STANDARD_HA"'
|
||||
required: false
|
||||
default: BASIC
|
||||
choices:
|
||||
- BASIC
|
||||
- STANDARD_HA
|
||||
region:
|
||||
description:
|
||||
- The name of the Redis region of the instance.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue