mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-05-28 02:19:21 +02:00
first commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
output "cluster_endpoint" {
|
||||
description = "Endpoint for EKS controlplane."
|
||||
value = "${module.eks.cluster_endpoint}"
|
||||
}
|
||||
Reference in New Issue
Block a user