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.
1 parent fb013d9 commit f525a76Copy full SHA for f525a76
website/docs/r/opsi_host_insight.html.markdown
@@ -30,7 +30,7 @@ resource "oci_opsi_host_insight" "test_host_insight" {
30
exadata_insight_id = oci_opsi_exadata_insight.test_exadata_insight.id
31
freeform_tags = {"bar-key"= "value"}
32
management_agent_id = oci_management_agent_management_agent.test_management_agent.id
33
- status = 'DISABLED'
+ status = "DISABLED"
34
}
35
```
36
0 commit comments