Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcollinge committed Mar 8, 2018
1 parent 32d319d commit 2e9ac5e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions website/docs/r/kubernetes_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,18 @@ The following attributes are exported:

* `fqdn` - The FQDN of the Azure Kubernetes Managed Cluster.

* `kube_config.0.client_key` - The client key used to authenticate to the Kubernetes cluster

* `kube_config.0.client_certificate` - The client certificate used to authenticate to the Kubernetes cluster

* `kube_config.0.cluster_ca_certificate` - The cluster CA certificate used to authenticate to the Kubernetes cluster

* `kube_config.0.hostname` - The Kubernetes cluster hostname

* `kube_config.0.username` - The username used to authenticate to the Kubernetes cluster

* `kube_config.0.password` - The password or token used to authenticate to the Kubernetes cluster

## Import

Kubernetes Managed Clusters can be imported using the `resource id`, e.g.
Expand Down

0 comments on commit 2e9ac5e

Please sign in to comment.