mirror of
https://github.com/ghndrx/GSP662.git
synced 2026-02-10 06:54:58 +00:00
fix conflicts
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user