Skip to content
This repository was archived by the owner on Jul 20, 2024. It is now read-only.

Commit 1d56d43

Browse files
authored
Add azs option to vpc module in README.md (#9)
1 parent 9668231 commit 1d56d43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ module "vpc" {
2323
2424
name = "hello-vpc"
2525
cidr = "172.18.0.0/16"
26+
azs = ["us-west-2a", "us-west-2b", "us-west-2c"]
2627
private_subnets = ["172.18.64.0/20", "172.18.80.0/20", "172.18.96.0/20"]
2728
public_subnets = ["172.18.128.0/20", "172.18.144.0/20", "172.18.160.0/20"]
2829
enable_dns_hostnames = true

0 commit comments

Comments
 (0)