From 395572e4a240a847ddbf53b5951bc9e8792e4785 Mon Sep 17 00:00:00 2001 From: thaiminhpv Date: Fri, 6 Oct 2023 00:26:41 +0700 Subject: [PATCH] spin 1 instance 150 disk 6 vCPU 24GB RAM --- masters.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masters.tf b/masters.tf index 140b901..7376f8a 100644 --- a/masters.tf +++ b/masters.tf @@ -1,6 +1,6 @@ resource "google_compute_instance" "master_minhpvt" { name = "master-minhpvt-${count.index}" - count = 0 + count = 1 provider = google.minhpvt # machine_type = "e2-small"