We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e169514 commit 71dca11Copy full SHA for 71dca11
examples/safer_cluster_iap_bastion/bastion.tf
@@ -30,7 +30,7 @@ module "bastion" {
30
name = local.bastion_name
31
zone = local.bastion_zone
32
image_project = "debian-cloud"
33
- machine_type = "g1-small"
+ machine_type = "e2-small"
34
startup_script = templatefile("${path.module}/templates/startup-script.tftpl", {})
35
members = var.bastion_members
36
shielded_vm = "false"
0 commit comments