mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-24 02:11:04 +01:00
feat: Add aws_security_group_rule.cluster_https_worker_ingress to output values (#901)
This commit is contained in:
@@ -165,3 +165,8 @@ output "node_groups" {
|
||||
description = "Outputs from EKS node groups. Map of maps, keyed by var.node_groups keys"
|
||||
value = module.node_groups.node_groups
|
||||
}
|
||||
|
||||
output "security_group_rule_cluster_https_worker_ingress" {
|
||||
description = "Security group rule responsible for allowing pods to communicate with the EKS cluster API."
|
||||
value = aws_security_group_rule.cluster_https_worker_ingress
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user