Skip to content

Commit 4fba200

Browse files
author
Florencia Comuzzi
committed
fmt
1 parent 2c07276 commit 4fba200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "vpc" {
22
source = "./modules/vpc"
3-
project_id = var.project_id
3+
project_id = var.project_id
44
region = var.region
55
network_name = var.network_name
66
subnet_cidr = var.subnet_cidr

0 commit comments

Comments
 (0)