We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61f5ac commit fabacc0Copy full SHA for fabacc0
1 file changed
vpc/vpc-endpoint.tf
@@ -1,6 +1,7 @@
1
# private S3 endpoint
2
data "aws_vpc_endpoint_service" "s3" {
3
service = "s3"
4
+ service_type = "Gateway"
5
}
6
7
resource "aws_vpc_endpoint" "private_s3" {
0 commit comments