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 938755c + 8ecdf6f commit a99d088Copy full SHA for a99d088
provider/identity_policy_resource.go
@@ -32,6 +32,7 @@ func PolicyResource() *schema.Resource {
32
"compartment_id": {
33
Type: schema.TypeString,
34
Required: true,
35
+ ForceNew: true,
36
},
37
"state": {
38
0 commit comments