terraform-demo/modules/eks-node-group/outputs.tf
2023-01-10 09:29:59 +09:00

6 lines
142 B
HCL

output "ng_sg" {
description = "Identifier of the remote access EC2 Security Group."
value = aws_eks_node_group.eks-ng.resources
}