mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
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:
parent
fa0bd115bb
commit
23f55bbdcc
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue