Skip to content

Commit 892fa83

Browse files
davidxiasahil-mahajan-google
authored andcommitted
doc: update TPU topology link (GoogleCloudPlatform#14171)
Signed-off-by: David Xia <[email protected]>
1 parent 77999d6 commit 892fa83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mmv1/third_party/terraform/services/container/resource_container_node_pool.go.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ var schemaNodePool = map[string]*schema.Schema{
200200
"tpu_topology": {
201201
Type: schema.TypeString,
202202
Optional: true,
203-
Description: `TPU placement topology for pod slice node pool. https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies`,
203+
Description: `The TPU topology like "2x4" or "2x2x2". https://cloud.google.com/kubernetes-engine/docs/concepts/plan-tpus#topology`,
204204
},
205205
},
206206
},

mmv1/third_party/terraform/website/docs/r/container_node_pool.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ cluster.
289289
The resource policy must be in the same project and region as the node pool.
290290
If not found, InvalidArgument error is returned.
291291
292-
* `tpu_topology` - (Optional) The [TPU placement topology](https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies) for pod slice node pool.
292+
* `tpu_topology` - (Optional) The [TPU topology](https://cloud.google.com/kubernetes-engine/docs/concepts/plan-tpus#topology) like `"2x4"` or `"2x2x2"`.
293293
294294
<a name="nested_queued_provisioning"></a> The `queued_provisioning` block supports:
295295

0 commit comments

Comments
 (0)