fix conflicts

This commit is contained in:
gregory hendrickson
2023-03-15 12:03:50 -07:00
parent c591e29aa3
commit 2a396b56a4
2 changed files with 4 additions and 22 deletions

View File

@@ -1,10 +1,3 @@
module "network" {
source = "./modules/network"
project_id = var.project_id
region = var.region
network_cidr= var.network_cidr
}
resource "google_compute_instance" "backend" {
name = "backend"
machine_type = "n1-standard-1"