Skip to content

Commit 40458a0

Browse files
committed
feat: add new output for VPC endpoint ARN
1 parent 591415b commit 40458a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

aws/vpc-endpoint/outputs.tf

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ output "endpoints" {
33
value = aws_vpc_endpoint.this
44
}
55

6+
output "endpoint_arn" {
7+
description = "VPC endpoint arn"
8+
value = aws_vpc_endpoint.arn
9+
}
10+
611
output "security_group_arn" {
712
description = "Amazon Resource Name (ARN) of the security group"
813
value = aws_security_group.this.arn

0 commit comments

Comments
 (0)