Skip to content

Commit 73448ec

Browse files
barronalexdanawillow
authored andcommitted
Add "enable_tpu" flag to google_container_cluster (hashicorp#1974)
* add enable_tpu flag * missed one * add docs * fix test * tabs * update tests to new format * formatting * formatting
1 parent 6fbb017 commit 73448ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: docs/r/container_cluster.html.markdown

+3
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ output "cluster_ca_certificate" {
101101
this cluster. Note that when this option is enabled, the cluster cannot be upgraded
102102
and will be automatically deleted after 30 days.
103103

104+
* `enable_tpu` - (Optional) Whether to enable Cloud TPU resources in this cluster.
105+
See the [official documentation](https://cloud.google.com/tpu/docs/kubernetes-engine-setup).
106+
104107
* `enable_legacy_abac` - (Optional) Whether the ABAC authorizer is enabled for this cluster.
105108
When enabled, identities in the system, including service accounts, nodes, and controllers,
106109
will have statically granted permissions beyond those provided by the RBAC configuration or IAM.

0 commit comments

Comments
 (0)