Skip to content

Commit 4d78218

Browse files
committed
Update usage in README.
1 parent eaf8eb3 commit 4d78218

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,22 @@ module "private_integration" {
3030
source = "infrablocks/api-gateway-v2-private-integration/aws"
3131
version = "1.0.0"
3232
33-
33+
component = "private-service"
34+
deployment_identifier = "production"
35+
36+
api_id = "xikuu6ijh7"
37+
integration_uri = "arn:aws:elasticloadbalancing:eu-west-2:123456789101:listener/app/private-service-load-balancer/75e05a504b289ab0/d8afe12df4121a4c"
38+
tls_server_name_to_verify = "https://private-service.example.com"
39+
40+
routes = [{
41+
route_key: "GET /"
42+
}]
43+
44+
vpc_id = "vpc-0926873795926a8c2"
45+
vpc_link_subnet_ids = [
46+
"subnet-0fc246023a98b4405",
47+
"subnet-0f2dee31b2a4841ab"
48+
]
3449
}
3550
```
3651

0 commit comments

Comments
 (0)