From 9681e76ed340c72a1e381289b74d3fb1b0512bca Mon Sep 17 00:00:00 2001 From: Nathan McKinley Date: Thu, 24 May 2018 17:50:41 -0700 Subject: [PATCH] Update container_cluster.html.markdown #1534 followup - those attributes are documented in the `master_auth` block, which previously didn't mention the computed attributes present. --- website/docs/r/container_cluster.html.markdown | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/website/docs/r/container_cluster.html.markdown b/website/docs/r/container_cluster.html.markdown index c6b5a44a..fa0a8972 100644 --- a/website/docs/r/container_cluster.html.markdown +++ b/website/docs/r/container_cluster.html.markdown @@ -242,6 +242,7 @@ The `master_auth` block supports: the Kubernetes master endpoint If this block is provided and both `username` and `password` are empty, basic authentication will be disabled. +This block also contains several computed attributes, documented below. The `master_authorized_networks_config` block supports: @@ -368,10 +369,6 @@ exported: * `master_auth.0.cluster_ca_certificate` - Base64 encoded public certificate that is the root of trust for the cluster. -* `master_auth.0.username` - The username used for Kubernetes master endpoint - -* `master_auth.0.password` - The password used for Kubernetes master endpoint. - * `master_version` - The current version of the master in the cluster. This may be different than the `min_master_version` set in the config if the master has been updated by GKE.