mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-23 03:11:22 -07:00
remove client side validation on enums (#256)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
cae62bd7c4
commit
b1795cda83
30 changed files with 76 additions and 91 deletions
|
@ -280,7 +280,7 @@ def main():
|
|||
memory_size_gb=dict(required=True, type='int'),
|
||||
redis_version=dict(type='str'),
|
||||
reserved_ip_range=dict(type='str'),
|
||||
tier=dict(default='BASIC', type='str', choices=['BASIC', 'STANDARD_HA']),
|
||||
tier=dict(default='BASIC', type='str'),
|
||||
region=dict(required=True, type='str'),
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue