Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 2e8c2ca

Browse files
committed
adding nodegroup sg output
1 parent c423f77 commit 2e8c2ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

infra/modules/eks/outputs.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ output "cluster_certificate_authority_data" {
1616

1717
output "oidc_provider_arn" {
1818
value = module.eks.oidc_provider_arn
19+
}
20+
21+
output "node_security_group_id" {
22+
value = module.eks.node_security_group_id
1923
}

0 commit comments

Comments
 (0)