diff --git a/website/docs/r/container_cluster.html.markdown b/website/docs/r/container_cluster.html.markdown index 1c27e639..c6b5a44a 100644 --- a/website/docs/r/container_cluster.html.markdown +++ b/website/docs/r/container_cluster.html.markdown @@ -368,6 +368,10 @@ 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.