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

5 lines
181 B
HCL

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