From 6ab01c16e82828567123064d1b1a2780c71e2690 Mon Sep 17 00:00:00 2001 From: Itamar <104310066+ItamarMalka@users.noreply.github.com> Date: Sun, 10 Sep 2023 17:20:29 +0300 Subject: [PATCH] Update main.tf --- azure-gcp/main.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-gcp/main.tf b/azure-gcp/main.tf index 8b66071..7a28170 100644 --- a/azure-gcp/main.tf +++ b/azure-gcp/main.tf @@ -76,9 +76,9 @@ provider "google" { } -resource "google_compute_instance" "google-i128" { - name = "gcp-test-test2" - machine_type = "n2-standard-8" +resource "google_compute_instance" "google-e4" { + name = "gcp-test-e4" + machine_type = "e2-highcpu-4" boot_disk { initialize_params {