Skip to content

Commit 700ca8b

Browse files
committed
doc: fix example snippet
1 parent 717c34d commit 700ca8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ module "network_protocol_proxy" {
2626
name = "database-proxy"
2727
vpc_id = "vpc-1234567890abcdef"
2828
vpc_public_subnet_ids = ["subnet-1234abcd", "subnet-5678efgh"]
29-
vpc_private_subnet_ids = ["subnet-1234abcd", "subnet-5678efgh"]
30-
vpc_pr
29+
vpc_private_subnet_ids = ["subnet-4321abcd", "subnet-8765efgh"]
3130
3231
proxies = {
3332
default = {

0 commit comments

Comments
 (0)