Skip to content

Commit

Permalink
Add "enable_tpu" flag to google_container_cluster (hashicorp#1974)
Browse files Browse the repository at this point in the history
* add enable_tpu flag

* missed one

* add docs

* fix test

* tabs

* update tests to new format

* formatting

* formatting
  • Loading branch information
barronalex authored and danawillow committed Oct 1, 2018
1 parent 6fbb017 commit 73448ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/r/container_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ output "cluster_ca_certificate" {
this cluster. Note that when this option is enabled, the cluster cannot be upgraded
and will be automatically deleted after 30 days.

* `enable_tpu` - (Optional) Whether to enable Cloud TPU resources in this cluster.
See the [official documentation](https://cloud.google.com/tpu/docs/kubernetes-engine-setup).

* `enable_legacy_abac` - (Optional) Whether the ABAC authorizer is enabled for this cluster.
When enabled, identities in the system, including service accounts, nodes, and controllers,
will have statically granted permissions beyond those provided by the RBAC configuration or IAM.
Expand Down

0 comments on commit 73448ec

Please sign in to comment.