Skip to content

Commit 0eefe64

Browse files
docs: Update README.md for VPC Endpoints submodule (#1216)
Update README.md Add missed parameter for VPC Endpoint Gateway service type
1 parent a0307d4 commit 0eefe64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/vpc-endpoints/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module "endpoints" {
2222
dynamodb = {
2323
# gateway endpoint
2424
service = "dynamodb"
25+
service_type = "Gateway"
2526
route_table_ids = ["rt-12322456", "rt-43433343", "rt-11223344"]
2627
tags = { Name = "dynamodb-vpc-endpoint" }
2728
},

0 commit comments

Comments
 (0)