Skip to content

Commit b23a7ac

Browse files
committed
fix: update boot disk image for compute instance
1 parent 715dd95 commit b23a7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ resource "google_compute_instance" "tf_cloud_01" {
5252
allow_stopping_for_update = true
5353
boot_disk {
5454
initialize_params {
55-
image = "projects/cos-cloud/global/images/cos-113-18244-1-65"
55+
image = "projects/cos-cloud/global/images/cos-125-19216-104-126"
5656
}
5757
}
5858
metadata = {

0 commit comments

Comments
 (0)