diff --git a/outputs.tf b/outputs.tf index fa5bec0..948702b 100644 --- a/outputs.tf +++ b/outputs.tf @@ -13,3 +13,7 @@ # limitations under the License. # # SPDX-License-Identifier: Apache-2.0 + +output "cluster_name" { + value = digitalocean_kubernetes_cluster.k8s.name +}