This commit is contained in:
gregory hendrickson
2023-03-15 12:11:03 -07:00
parent 7e49c86855
commit 79a3e2d37a

View File

@@ -1,8 +1,5 @@
# modules/backend/main.tf
variable "project_id" {}
variable "region" {}
module "network" {
source = "../network"
}