terraform.aws-baseline-infra/examples/eks-lab/eks/outputs.tf
2023-02-21 12:26:31 +08:00

9 lines
174 B
HCL

/*
output eks-cluster-sg {
value = aws_eks_cluster.eks-cluster.vpc_config.*.cluster_security_group_id
}
*/
output eks-bast-ip {
value = aws_instance.eks-bast.public_ip
}