mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-24 02:11:04 +01:00
first commit
This commit is contained in:
4
examples/eks_test_fixture/outputs.tf
Normal file
4
examples/eks_test_fixture/outputs.tf
Normal file
@@ -0,0 +1,4 @@
|
||||
output "cluster_endpoint" {
|
||||
description = "Endpoint for EKS controlplane."
|
||||
value = "${module.eks.cluster_endpoint}"
|
||||
}
|
||||
Reference in New Issue
Block a user