Skip to content

Commit

Permalink
trying to fix images.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Pouliot committed May 21, 2024
1 parent 015f41a commit 6f1d4c2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions images.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# Azure Aarch64 Images
locals {
os_images = {
almalinux9 = {
os_image = "alma-linux-9-arm64"
default_os_user = "almalinux"
startup_script = file("${local.startup_script_template_file}")
}
rockylinux8 = {
os_image = "rocky-linux-8-optimized-gcp-arm64"
default_os_user = "rockylinux"
Expand Down

0 comments on commit 6f1d4c2

Please sign in to comment.