Skip to content

Commit 65883bd

Browse files
fix: Update the image to the latest version to v20260720 this is required for moss (#592)
1 parent d565e69 commit 65883bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/instance_template/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#########
2020

2121
locals {
22-
source_image = var.source_image != "" ? var.source_image : "rocky-linux-9-optimized-gcp-v20240111"
22+
source_image = var.source_image != "" ? var.source_image : "rocky-linux-9-optimized-gcp-v20260720"
2323
source_image_family = var.source_image_family != "" ? var.source_image_family : "rocky-linux-9-optimized-gcp"
2424
source_image_project = var.source_image_project != "" ? var.source_image_project : "rocky-linux-cloud"
2525

0 commit comments

Comments
 (0)