We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d7fa61 commit 29ae87eCopy full SHA for 29ae87e
aws/s3-bucket-object/versions.tf
@@ -4,7 +4,7 @@ terraform {
4
required_providers {
5
aws = {
6
source = "hashicorp/aws"
7
- version = ">= 5.24"
+ version = ">= 5.26"
8
}
9
10
aws/vpc-endpoint/outputs.tf
@@ -3,6 +3,11 @@ output "endpoints" {
3
value = aws_vpc_endpoint.this
+output "endpoint_arn" {
+ description = "VPC endpoint arns"
+ value = aws_vpc_endpoint.this[*].arn
+}
+
11
output "security_group_arn" {
12
description = "Amazon Resource Name (ARN) of the security group"
13
value = aws_security_group.this.arn
0 commit comments