Add EKS test environment Terraform templates (#2290)
Co-authored-by: Francesco Renzi <rentziass@gmail.com>
This commit is contained in:
14
test/platforms/aws-eks/outputs.tf
Normal file
14
test/platforms/aws-eks/outputs.tf
Normal file
@@ -0,0 +1,14 @@
|
||||
output "cluster_endpoint" {
|
||||
description = "Endpoint for EKS control plane"
|
||||
value = module.eks.cluster_endpoint
|
||||
}
|
||||
|
||||
output "cluster_security_group_id" {
|
||||
description = "Security group ids"
|
||||
value = module.eks.cluster_security_group_id
|
||||
}
|
||||
|
||||
output "cluster_name" {
|
||||
description = "Cluster Name"
|
||||
value = module.eks.cluster_name
|
||||
}
|
||||
Reference in New Issue
Block a user