mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-06-01 22:49:10 -07:00
Bug fixes for GCP modules (as of 2019-01-09T15:35:45-08:00) (#50785)
This commit is contained in:
parent
899cc535cf
commit
d856bd0c29
32 changed files with 282 additions and 188 deletions
|
@ -181,7 +181,7 @@ items:
|
|||
preemptible:
|
||||
description:
|
||||
- 'Whether the nodes are created as preemptible VM instances. See: U(https://cloud.google.com/compute/docs/instances/preemptible)
|
||||
for more inforamtion about preemptible VM instances.'
|
||||
for more information about preemptible VM instances.'
|
||||
returned: success
|
||||
type: bool
|
||||
masterAuth:
|
||||
|
@ -240,8 +240,6 @@ items:
|
|||
description:
|
||||
- The name of the Google Compute Engine network to which the cluster is connected.
|
||||
If left unspecified, the default network will be used.
|
||||
- To ensure it exists and it is operations, configure the network using 'gcompute_network'
|
||||
resource.
|
||||
returned: success
|
||||
type: str
|
||||
clusterIpv4Cidr:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue