File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -45,3 +45,24 @@ provider "kubernetes" {
4545 token = module.gke_auth.token
4646}
4747```
48+
49+ <!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
50+ ## Inputs
51+
52+ | Name | Description | Type | Default | Required |
53+ | ------| -------------| ------| ---------| :--------:|
54+ | cluster\_ name | The name of the GKE cluster. | ` string ` | n/a | yes |
55+ | location | The location (region or zone) of the GKE cluster. | ` string ` | n/a | yes |
56+ | project\_ id | The GCP project of the GKE cluster. | ` string ` | n/a | yes |
57+ | use\_ private\_ endpoint | Connect on the private GKE cluster endpoint | ` bool ` | ` false ` | no |
58+
59+ ## Outputs
60+
61+ | Name | Description |
62+ | ------| -------------|
63+ | cluster\_ ca\_ certificate | The cluster\_ ca\_ certificate value for use with the kubernetes provider. |
64+ | host | The host value for use with the kubernetes provider. |
65+ | kubeconfig\_ raw | A kubeconfig file configured to access the GKE cluster. |
66+ | token | The token value for use with the kubernetes provider. |
67+
68+ <!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
You can’t perform that action at this time.
0 commit comments