We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5166066 + 554bf7f commit 7f2e651Copy full SHA for 7f2e651
integration-tests/src/test/resources/ocne/terraform/1.9/modules/oci-ocne-images/datasources.tf
@@ -1,4 +1,4 @@
1
-# Copyright (c) 2024 Oracle Corporation and/or affiliates. All rights reserved.
+# Copyright (c) 2024, 2025, Oracle Corporation and/or affiliates. All rights reserved.
2
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
3
4
# Gets the OCID of the OS image to use
@@ -9,7 +9,7 @@ data "oci_core_images" "OLImageOCID" {
9
#sort_by = "TIMECREATED"
10
#sort_order = "DESC"
11
12
- display_name = "Oracle-Linux-8.10-2024.08.29-0"
+ display_name = "Oracle-Autonomous-Linux-8.10-2024.07.31-0"
13
#display_name = "Oracle-Linux-8.10-2024.09.30-0"
14
# filter to avoid Oracle Linux images for GPU
15
#filter {
0 commit comments