File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ No modules.
6262| <a name =" output_id " ></a > [ id] ( #output\_ id ) | The ID of the cluster. |
6363| <a name =" output_kubeconfig " ></a > [ kubeconfig] ( #output\_ kubeconfig ) | The Kubernetes configuration. |
6464| <a name =" output_kubeconfig_file " ></a > [ kubeconfig\_ file] ( #output\_ kubeconfig\_ file ) | The Kubernetes configuration file. |
65+ | <a name =" output_name " ></a > [ name] ( #output\_ name ) | The name of the cluster. |
6566| <a name =" output_node_pools " ></a > [ node\_ pools] ( #output\_ node\_ pools ) | Node Pools configuration and status. |
6667| <a name =" output_status " ></a > [ status] ( #output\_ status ) | The status of the Kubernetes cluster. |
6768| <a name =" output_token " ></a > [ token] ( #output\_ token ) | Token for authenticating to API-Server. |
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ output "id" {
33 description = " The ID of the cluster."
44}
55
6+ output "name" {
7+ value = scaleway_k8s_cluster. this . name
8+ description = " The name of the cluster."
9+ }
10+
611output "created_at" {
712 value = scaleway_k8s_cluster. this . created_at
813 description = " The creation date of the cluster."
You can’t perform that action at this time.
0 commit comments