Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Pouliot committed May 21, 2024
1 parent 0495df5 commit d6088b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ locals {
startup_script = file("${local.startup_script_template_file}")
}
fedoracoreos = {
os_image = "fedora-coreos-stable-arm64"
os_image = "fedora-coreos-40-20240504-3-0-gcp-aarch64"
# os_image = "fedora-coreos-stable-arm64"
default_os_user = "core"
startup_script = null
}
Expand Down

0 comments on commit d6088b3

Please sign in to comment.