Skip to content

Commit

Permalink
trying to get coreos to work
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Pouliot committed May 21, 2024
1 parent 04b34a2 commit fe7cfbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ locals {
startup_script = file("${local.startup_script_template_file}")
}
fedoracoreos = {
os_image = "fedora-coreos-cloud"
default_os_user = "fedora"
os_image = "fedora-coreos-stable-arm64"
default_os_user = "core"
startup_script = null
}
ubuntu1804 = {
Expand Down

0 comments on commit fe7cfbd

Please sign in to comment.