Skip to content

Commit 71dca11

Browse files
authored
Update bastion.tf
1 parent e169514 commit 71dca11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/safer_cluster_iap_bastion/bastion.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module "bastion" {
3030
name = local.bastion_name
3131
zone = local.bastion_zone
3232
image_project = "debian-cloud"
33-
machine_type = "g1-small"
33+
machine_type = "e2-small"
3434
startup_script = templatefile("${path.module}/templates/startup-script.tftpl", {})
3535
members = var.bastion_members
3636
shielded_vm = "false"

0 commit comments

Comments
 (0)