Skip to content

Commit b5f25ac

Browse files
authored
Merge pull request #13 from jameswinegar/patch-1
Ubuntu 24.04 from 22.04
2 parents 19ef045 + 5c92b8a commit b5f25ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ locals {
2323

2424
# Fetch most recent COS image
2525
data "google_compute_image" "ubuntu" {
26-
family = "ubuntu-2204-lts"
26+
family = "ubuntu-2404-lts"
2727
project = "ubuntu-os-cloud"
2828
}
2929

0 commit comments

Comments
 (0)