Skip to content

Commit 1d07030

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

aws/vpc-endpoint/outputs.tf

Lines changed: 5 additions & 0 deletions
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.this.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)