Skip to content

Commit

Permalink
Merge pull request #1704 from terraform-providers/docs-aks-fix
Browse files Browse the repository at this point in the history
docs/kubernetes_cluster: Fix inaccurate kube_config_raw description
  • Loading branch information
radeksimko authored Aug 2, 2018
2 parents d11fe45 + bac8c25 commit 60ede24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/r/kubernetes_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,9 @@ The following attributes are exported:

* `node_resource_group` - Auto-generated Resource Group containing AKS Cluster resources.

* `kube_config_raw` - Base64 encoded Kubernetes configuration
* `kube_config_raw` - Raw Kubernetes config to be used by
[kubectl](https://kubernetes.io/docs/reference/kubectl/overview/) and
other compatible tools

* `kube_config` - Kubernetes configuration, sub-attributes defined below:

Expand Down

0 comments on commit 60ede24

Please sign in to comment.