Skip to content

Commit fabacc0

Browse files
authored
Update vpc-endpoint.tf (#18)
Fixed the aws update that introduced a bug within the TF script
1 parent f61f5ac commit fabacc0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vpc/vpc-endpoint.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# private S3 endpoint
22
data "aws_vpc_endpoint_service" "s3" {
33
service = "s3"
4+
service_type = "Gateway"
45
}
56

67
resource "aws_vpc_endpoint" "private_s3" {

0 commit comments

Comments
 (0)