Skip to content

Commit 24ff46b

Browse files
authored
Merge pull request #31 from oracle-terraform-modules/issue-30
fixed issue #30
2 parents 754be6a + 299ffe2 commit 24ff46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/bastion/datasources.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ data "template_file" "autonomous_cloud_init_file" {
2323

2424
data "oci_core_images" "autonomous_images" {
2525
compartment_id = var.oci_base_identity.compartment_id
26-
operating_system = "Autonomous Linux"
26+
operating_system = "Oracle Autonomous Linux"
2727
operating_system_version = "7.7"
2828
shape = var.oci_bastion.bastion_shape
2929
sort_by = "TIMECREATED"

0 commit comments

Comments
 (0)