File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ resource "null_resource" "remote-exec" {
115115 inline = [
116116 " sudo -E wget http://yum-${ var . region } .oracle.com/yum-${ var . region } -ol7.repo" ,
117117 " sudo yum-config-manager --enable ol7_oci_included" ,
118- " sudo yum --enablerepo ol7_oci_included install osms-agent" ,
118+ " sudo yum -y - -enablerepo ol7_oci_included install osms-agent" ,
119119 ]
120120 }
121121}
@@ -257,9 +257,9 @@ data "oci_osmanagement_managed_instance" "test_managed_instance" {
257257}
258258
259259output "managed_instance_output" {
260- value = [" ${ data . oci_osmanagement_managed_instance . test_managed_instance } " ]
260+ value = [" ${ data . oci_osmanagement_managed_instance . test_managed_instance . managed_instance_groups } " ]
261261}
262262
263263output "managed_instance_groups_output" {
264- value = [" ${ data . oci_osmanagement_managed_instance_groups . test_managed_instance_groups } " ]
264+ value = [" ${ data . oci_osmanagement_managed_instance_groups . test_managed_instance_groups . display_name } " ]
265265}
You can’t perform that action at this time.
0 commit comments