From 269ad398e5d1adf55e14ca6ccdc98ac0b6a35a50 Mon Sep 17 00:00:00 2001 From: "patrick.siegel" Date: Fri, 18 Oct 2024 14:42:52 +0200 Subject: [PATCH] change machine type --- scopes/ssh-bastion/00_ssh_bastion.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scopes/ssh-bastion/00_ssh_bastion.tf b/scopes/ssh-bastion/00_ssh_bastion.tf index 202a2a6..3fc9f81 100644 --- a/scopes/ssh-bastion/00_ssh_bastion.tf +++ b/scopes/ssh-bastion/00_ssh_bastion.tf @@ -18,7 +18,7 @@ data "google_compute_subnetwork" "master_subnet" { resource "google_compute_instance" "bastion_host" { name = "bastion-host" - machine_type = "n1-standard-1" + machine_type = "e2-standard-2" zone = data.google_compute_zones.available.names[0] boot_disk {