Added missing outputs statement
This commit is contained in:
parent
25e7f0d122
commit
24d66dc8de
@ -91,3 +91,7 @@ output "eks_node_group_status" {
|
||||
value = module.eks_node_group.eks_node_group_status
|
||||
}
|
||||
|
||||
output "workers_security_group_ids" {
|
||||
description = "Security group the worker nodes belong to"
|
||||
value = module.eks_node_group.workers_security_group_ids
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user