Skip to content

Commit d49b497

Browse files
authored
chore: update example to debian-11
1 parent a8ea7c7 commit d49b497

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
@@ -37,7 +37,7 @@ module "bastion" {
3737
name = local.bastion_name
3838
zone = local.bastion_zone
3939
image_project = "debian-cloud"
40-
image_family = "debian-9"
40+
image_family = "debian-11"
4141
machine_type = "g1-small"
4242
startup_script = data.template_file.startup_script.rendered
4343
members = var.bastion_members

0 commit comments

Comments
 (0)