Fix small typo

Fix a small typo in one of the attributes of the VPCs

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
This commit is contained in:
Scott Lowe 2017-05-25 09:02:44 -06:00
parent fa0bd115bb
commit 23f55bbdcc
No known key found for this signature in database
GPG key ID: 949F43F6E6C11780

View file

@ -13,7 +13,7 @@ module "vpc20" {
module "vpc50" {
source = "./modules/vpc"
name = "test-vpc-1"
name = "test-vpc-2"
vpc_cidr_block = "10.50.0.0/16"
vpc_dns_hostnames = "true"
vpc_dns_support = "true"