We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717c34d commit 700ca8bCopy full SHA for 700ca8b
README.md
@@ -26,8 +26,7 @@ module "network_protocol_proxy" {
26
name = "database-proxy"
27
vpc_id = "vpc-1234567890abcdef"
28
vpc_public_subnet_ids = ["subnet-1234abcd", "subnet-5678efgh"]
29
- vpc_private_subnet_ids = ["subnet-1234abcd", "subnet-5678efgh"]
30
- vpc_pr
+ vpc_private_subnet_ids = ["subnet-4321abcd", "subnet-8765efgh"]
31
32
proxies = {
33
default = {
0 commit comments