From b003a0d134c7b9384fb8b6174eaf4a9f0e3e43c3 Mon Sep 17 00:00:00 2001 From: The Magician Date: Tue, 11 Dec 2018 17:14:48 -0800 Subject: [PATCH] Add docs for beta field google_container_cluster.tpu_ipv4_cidr_block Inspec attribute changes (#2636) --- website/docs/r/container_cluster.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/r/container_cluster.html.markdown b/website/docs/r/container_cluster.html.markdown index 07bd79ef..ed9cc109 100644 --- a/website/docs/r/container_cluster.html.markdown +++ b/website/docs/r/container_cluster.html.markdown @@ -461,6 +461,10 @@ exported: be different than the `min_master_version` set in the config if the master has been updated by GKE. +* `tpu_ipv4_cidr_block` - 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`). + ## Timeouts