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 2c07276 commit 4fba200Copy full SHA for 4fba200
main.tf
@@ -1,6 +1,6 @@
1
module "vpc" {
2
source = "./modules/vpc"
3
- project_id = var.project_id
+ project_id = var.project_id
4
region = var.region
5
network_name = var.network_name
6
subnet_cidr = var.subnet_cidr
0 commit comments