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.
2 parents 754be6a + 299ffe2 commit 24ff46bCopy full SHA for 24ff46b
modules/bastion/datasources.tf
@@ -23,7 +23,7 @@ data "template_file" "autonomous_cloud_init_file" {
23
24
data "oci_core_images" "autonomous_images" {
25
compartment_id = var.oci_base_identity.compartment_id
26
- operating_system = "Autonomous Linux"
+ operating_system = "Oracle Autonomous Linux"
27
operating_system_version = "7.7"
28
shape = var.oci_bastion.bastion_shape
29
sort_by = "TIMECREATED"
0 commit comments