We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0307d4 commit 0eefe64Copy full SHA for 0eefe64
modules/vpc-endpoints/README.md
@@ -22,6 +22,7 @@ module "endpoints" {
22
dynamodb = {
23
# gateway endpoint
24
service = "dynamodb"
25
+ service_type = "Gateway"
26
route_table_ids = ["rt-12322456", "rt-43433343", "rt-11223344"]
27
tags = { Name = "dynamodb-vpc-endpoint" }
28
},
0 commit comments