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 9e1231b commit 064c312Copy full SHA for 064c312
oci/opsi_host_insight_test.go
@@ -34,7 +34,7 @@ var (
34
"compartment_id": Representation{repType: Optional, create: `${var.compartment_id}`},
35
"host_type": Representation{repType: Optional, create: []string{`EXTERNAL-HOST`}},
36
"id": Representation{repType: Optional, create: `${oci_opsi_host_insight.test_host_insight.id}`},
37
- "state": Representation{repType: Optional, create: []string{`Active`}},
+ "state": Representation{repType: Optional, create: []string{`ACTIVE`}},
38
"status": Representation{repType: Optional, create: []string{`Enabled`}, update: []string{`DISABLED`}},
39
"filter": RepresentationGroup{Required, hostInsightDataSourceFilterRepresentation},
40
}
0 commit comments