From 50ab5b2eb1db3fabec91ee380384c872ad03112a Mon Sep 17 00:00:00 2001 From: Patrick de Ruiter Date: Wed, 23 Jun 2021 01:07:09 +0200 Subject: [PATCH] Add output for security group --- outputs.tf | 5 +++++ 1 file changed, 5 insertions(+) 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"