We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804ad63 commit 2c07276Copy full SHA for 2c07276
main.tf
@@ -1,5 +1,7 @@
1
module "vpc" {
2
source = "./modules/vpc"
3
+ project_id = var.project_id
4
+ region = var.region
5
network_name = var.network_name
6
subnet_cidr = var.subnet_cidr
7
subnet_name = var.subnet_name
0 commit comments