Skip to content

Commit 593e0ec

Browse files
committed
upgrade OL version to 7.9
1 parent 610ba9f commit 593e0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datasources.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ data "template_file" "oracle_cloud_init_file" {
4747
data "oci_core_images" "oracle_images" {
4848
compartment_id = var.compartment_id
4949
operating_system = "Oracle Linux"
50-
operating_system_version = "7.8"
50+
operating_system_version = "7.9"
5151
shape = lookup(var.operator_shape, "shape", "VM.Standard.E2.2")
5252
sort_by = "TIMECREATED"
5353
}

0 commit comments

Comments
 (0)