We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e12df commit 83f5c0aCopy full SHA for 83f5c0a
outputs.tf
@@ -184,4 +184,10 @@ output "additional_cidr_blocks_to_association_ids" {
184
output "igw_id" {
185
value = module.vpc.igw_id
186
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
193
}
0 commit comments