Skip to content

Commit 064c312

Browse files
gurleyc1jotruon
authored andcommitted
Update lifecycle state value
1 parent 9e1231b commit 064c312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oci/opsi_host_insight_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var (
3434
"compartment_id": Representation{repType: Optional, create: `${var.compartment_id}`},
3535
"host_type": Representation{repType: Optional, create: []string{`EXTERNAL-HOST`}},
3636
"id": Representation{repType: Optional, create: `${oci_opsi_host_insight.test_host_insight.id}`},
37-
"state": Representation{repType: Optional, create: []string{`Active`}},
37+
"state": Representation{repType: Optional, create: []string{`ACTIVE`}},
3838
"status": Representation{repType: Optional, create: []string{`Enabled`}, update: []string{`DISABLED`}},
3939
"filter": RepresentationGroup{Required, hostInsightDataSourceFilterRepresentation},
4040
}

0 commit comments

Comments
 (0)