diff --git a/.changelog/8271.txt b/.changelog/8271.txt new file mode 100644 index 00000000000..b82768458e6 --- /dev/null +++ b/.changelog/8271.txt @@ -0,0 +1,3 @@ +```release-note:enhancement +container: added field `tpu_topology` under `placement_policy` in resource `google_container_node_pool` +``` diff --git a/website/docs/r/container_node_pool.html.markdown b/website/docs/r/container_node_pool.html.markdown index 9456e67efb5..96f15535e85 100644 --- a/website/docs/r/container_node_pool.html.markdown +++ b/website/docs/r/container_node_pool.html.markdown @@ -241,6 +241,8 @@ cluster. Specifying COMPACT placement policy type places node pool's nodes in a closer physical proximity in order to reduce network latency between nodes. +* `tpu_topology` - (Optional, Beta) The [TPU placement topology](https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies) for pod slice node pool. + ## Attributes Reference In addition to the arguments listed above, the following computed attributes are exported: