We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610ba9f commit 593e0ecCopy full SHA for 593e0ec
datasources.tf
@@ -47,7 +47,7 @@ data "template_file" "oracle_cloud_init_file" {
47
data "oci_core_images" "oracle_images" {
48
compartment_id = var.compartment_id
49
operating_system = "Oracle Linux"
50
- operating_system_version = "7.8"
+ operating_system_version = "7.9"
51
shape = lookup(var.operator_shape, "shape", "VM.Standard.E2.2")
52
sort_by = "TIMECREATED"
53
}
0 commit comments