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 a8ea7c7 commit d49b497Copy full SHA for d49b497
examples/safer_cluster_iap_bastion/bastion.tf
@@ -37,7 +37,7 @@ module "bastion" {
37
name = local.bastion_name
38
zone = local.bastion_zone
39
image_project = "debian-cloud"
40
- image_family = "debian-9"
+ image_family = "debian-11"
41
machine_type = "g1-small"
42
startup_script = data.template_file.startup_script.rendered
43
members = var.bastion_members
0 commit comments