Skip to content

Commit

Permalink
change machine type
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzo12 committed Oct 18, 2024
1 parent eceab4d commit 269ad39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scopes/ssh-bastion/00_ssh_bastion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 269ad39

Please sign in to comment.