We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d360236 commit 6ae7dc6Copy full SHA for 6ae7dc6
website/docs/r/container_cluster.html.markdown
@@ -276,7 +276,8 @@ The `node_config` block supports:
276
attached to each cluster node. Defaults to 0.
277
278
* `machine_type` - (Optional) The name of a Google Compute Engine machine type.
279
- Defaults to `n1-standard-1`.
+ Defaults to `n1-standard-1`. To create a custom machine type, value should be set as specified
280
+ [here](https://cloud.google.com/compute/docs/reference/latest/instances#machineType).
281
282
* `metadata` - (Optional) The metadata key/value pairs assigned to instances in
283
the cluster.
0 commit comments