mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-26 14:41:29 -07:00
Changing NodePool from Zone to Location (#182)
<!-- This change is generated by MagicModules. --> /cc @rambleraptor
This commit is contained in:
parent
ba60e76aee
commit
1ec588abb1
5 changed files with 59 additions and 46 deletions
|
@ -256,6 +256,9 @@ options:
|
|||
description:
|
||||
- The location where the cluster is deployed.
|
||||
required: true
|
||||
aliases:
|
||||
- zone
|
||||
version_added: 2.8
|
||||
extends_documentation_fragment: gcp
|
||||
'''
|
||||
|
||||
|
@ -626,7 +629,7 @@ def main():
|
|||
),
|
||||
),
|
||||
subnetwork=dict(type='str'),
|
||||
location=dict(required=True, type='str'),
|
||||
location=dict(required=True, type='str', aliases=['zone']),
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue