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 eaf8eb3 commit 4d78218Copy full SHA for 4d78218
README.md
@@ -30,7 +30,22 @@ module "private_integration" {
30
source = "infrablocks/api-gateway-v2-private-integration/aws"
31
version = "1.0.0"
32
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
+ ]
49
}
50
```
51
0 commit comments