modified output for security group

This commit is contained in:
Patrick de Ruiter 2021-06-23 01:14:01 +02:00
parent 50ab5b2eb1
commit 9a82fab431

View File

@ -29,7 +29,7 @@ output "vpc_id" {
} }
output "security_groups" { output "security_groups" {
value = module.vpc.vpc_default_security_group_id value = module.ec2_bastion.security_group_ids
description = "Security Group Id of Default VPC" description = "Security Group Id of Default VPC"
} }