website: fix cidr block on aws_subnet [GH-199]

pull/204/head
Mitchell Hashimoto 12 years ago
parent e2abcb9c14
commit 7ebd3c0a48

@ -13,7 +13,7 @@ Provides an VPC subnet resource.
```
resource "aws_subnet" "main" {
vpc_id = "${aws_vpc.main.id}"
cidr_block = "10.0.1.0/16"
cidr_block = "10.0.1.0/24"
}
```

Loading…
Cancel
Save