Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Commit

Permalink
Add missing docs for computed attributes (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhouston authored Dec 30, 2020
1 parent 2eab7e9 commit 4ebf0bf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/resources/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,15 @@ resource "kind_cluster" "default" {
* `node_image` - (Optional) The node_image that kind will use (ex: kindest/node:v1.15.3).
* `wait_for_ready` - (Optional) Defines wether or not the provider will wait for the control plane to be ready. Defaults to false.
* `kind_config` - (Optional) The kind_config that kind will use.
* `kubeconfig_path` - kubeconfig path set after the the cluster is created or by the user to override defaults.

## Attributes Reference

In addition to the arguments listed above, the following computed attributes are
exported:

* `kubeconfig` - The kubeconfig for the cluster after it is created
* `client_certificate` - Client certificate for authenticating to cluster.
* `client_key` - Client key for authenticating to cluster.
* `cluster_ca_certificate` - Client verifies the server certificate with this CA cert.
* `endpoint` - Kubernetes APIServer endpoint.

0 comments on commit 4ebf0bf

Please sign in to comment.