Skip to content

Commit

Permalink
Merge pull request #2118 from janegilring/issue_1557
Browse files Browse the repository at this point in the history
Updated VM image for GCP Linux-scenario
  • Loading branch information
likamrat authored Sep 22, 2023
2 parents b4444b4 + c4fef78 commit b2d9d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure_arc_servers_jumpstart/gcp/ubuntu/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "google_compute_instance" "default" {

boot_disk {
initialize_params {
image = "ubuntu-os-cloud/ubuntu-1804-lts"
image = "ubuntu-os-cloud/ubuntu-2204-lts"
}
}

Expand Down

0 comments on commit b2d9d1f

Please sign in to comment.