Skip to content

Commit a328cd4

Browse files
Support TPU Topology field for 1VM TPU (#8271) (#15130)
* Add support for tpu_topology field in Placement Policy * Change machine to tpu * Update tests and go.mod * remove google terraform clean * Update dependencies and client api version * Add beta to docs * Add skip_vcr to tpuTopology acceptance test * Remove whitespace Signed-off-by: Modular Magician <[email protected]>
1 parent f465a6a commit a328cd4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.changelog/8271.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
container: added field `tpu_topology` under `placement_policy` in resource `google_container_node_pool`
3+
```

website/docs/r/container_node_pool.html.markdown

+2
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ cluster.
241241
Specifying COMPACT placement policy type places node pool's nodes in a closer
242242
physical proximity in order to reduce network latency between nodes.
243243

244+
* `tpu_topology` - (Optional, Beta) The [TPU placement topology](https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies) for pod slice node pool.
245+
244246
## Attributes Reference
245247

246248
In addition to the arguments listed above, the following computed attributes are exported:

0 commit comments

Comments
 (0)