Skip to content

Commit

Permalink
catching missing bits
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Pouliot committed Mar 27, 2024
1 parent 9fed080 commit 8b6fd53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions oraclelinux8.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ data "oci_core_images" "oraclelinux-8-aarch64" {
operating_system_version = "8"

# include Aarch64 specific images
filter {
name = "display_name"
values = ["^.*-aarch64-.*$"]
regex = true
}
#filter {
# name = "display_name"
# values = ["^.*-aarch64-.*$"]
# regex = true
#}
}

# Output OCI AlmaLinux 8 Image Name
Expand Down

0 comments on commit 8b6fd53

Please sign in to comment.