Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Commit 1f4d2b1

Browse files
committed
Update image
1 parent 8e2c904 commit 1f4d2b1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/integration/terraform/instance.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ variable subnet_ocid {
1212

1313
# Gets the OCID of the OS image to use
1414
data "oci_core_images" "os_image_ocid" {
15-
compartment_id = "${var.compartment_ocid}"
16-
operating_system = "Oracle Linux"
17-
operating_system_version = "7.4"
15+
compartment_id = "${var.compartment_ocid}"
16+
display_name = "Oracle-Linux-7.4-2018.01.10-0"
1817
}
1918

2019
resource "oci_core_instance" "instance" {

0 commit comments

Comments
 (0)