Add output for security group

This commit is contained in:
Patrick de Ruiter 2021-06-23 01:07:09 +02:00
parent e33340353a
commit 50ab5b2eb1

View File

@ -28,6 +28,11 @@ output "vpc_id" {
description = "VPC ID Main VPC" description = "VPC ID Main VPC"
} }
output "security_groups" {
value = module.vpc.vpc_default_security_group_id
description = "Security Group Id of Default VPC"
}
#### eks_cluster outputs #### #### eks_cluster outputs ####
output "eks_cluster_id" { output "eks_cluster_id" {
description = "The name of the cluster" description = "The name of the cluster"