diff --git a/outputs.tf b/outputs.tf index 6dc5c4a..7f1a446 100644 --- a/outputs.tf +++ b/outputs.tf @@ -28,6 +28,11 @@ output "vpc_id" { 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 #### output "eks_cluster_id" { description = "The name of the cluster"