Skip to content

Commit 83f5c0a

Browse files
committed
add vpc endpoint security group id to outputs
1 parent f6e12df commit 83f5c0a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

outputs.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,10 @@ output "additional_cidr_blocks_to_association_ids" {
184184
output "igw_id" {
185185
value = module.vpc.igw_id
186186
description = "The ID of the Internet Gateway"
187+
}
188+
189+
output "vpc_endpoint_sg_id" {
190+
value = aws_security_group.endpoint_security_group.id
191+
description = "ID of the security group that allows access to the vpc endpoints"
192+
187193
}

0 commit comments

Comments
 (0)