These fields were duplicated, they shouldn't be

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
Sam Levenick 2019-12-19 21:23:52 +00:00 committed by Modular Magician
commit 038a8ada20
2 changed files with 38 additions and 38 deletions

View file

@ -402,6 +402,19 @@ resources:
a /14 block in 10.0.0.0/8.
returned: success
type: str
enableTpu:
description:
- "(Optional) Whether to enable Cloud TPU resources in this cluster."
- See the official documentation - U(https://cloud.google.com/tpu/docs/kubernetes-engine-setup)
.
returned: success
type: bool
tpuIpv4CidrBlock:
description:
- The IP address range of the Cloud TPUs in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)
notation (e.g. `1.2.3.4/29`).
returned: success
type: str
addonsConfig:
description:
- Configurations for the various addons available to run in the cluster.
@ -651,16 +664,6 @@ resources:
- The time the cluster will be automatically deleted in RFC3339 text format.
returned: success
type: str
enableTpu:
description:
- Enable the ability to use Cloud TPUs in this cluster.
returned: success
type: bool
tpuIpv4CidrBlock:
description:
- The IP address range of the Cloud TPUs in this cluster, in CIDR notation.
returned: success
type: str
conditions:
description:
- Which conditions caused the current cluster state.