mirror of
https://github.com/ghndrx/GSP662.git
synced 2026-02-10 06:54:58 +00:00
/
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
|
||||
module "network" {
|
||||
source = "../network"
|
||||
project = var.project_id
|
||||
}
|
||||
|
||||
resource "google_compute_instance" "backend" {
|
||||
name = "backend"
|
||||
machine_type = "f1-micro"
|
||||
zone = "${var.region}-b"
|
||||
zone = "${var.region}-f"
|
||||
|
||||
boot_disk {
|
||||
initialize_params {
|
||||
|
||||
Reference in New Issue
Block a user