Skip to content

Commit 2c07276

Browse files
author
Florencia Comuzzi
committed
region
1 parent 804ad63 commit 2c07276

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module "vpc" {
22
source = "./modules/vpc"
3+
project_id = var.project_id
4+
region = var.region
35
network_name = var.network_name
46
subnet_cidr = var.subnet_cidr
57
subnet_name = var.subnet_name

0 commit comments

Comments
 (0)