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 9c7ab9c commit 4cf7e25Copy full SHA for 4cf7e25
oci/export_resource_helpers.go
@@ -136,6 +136,10 @@ var identityResourceGraph = TerraformResourceGraph{
136
TerraformResourceHints: exportIdentityIdentityProviderHints,
137
datasourceQueryParams: map[string]string{"protocol": "'SAML2'"},
138
},
139
+ {
140
+ TerraformResourceHints: exportIdentityPolicyHints,
141
+ datasourceQueryParams: map[string]string{"compartment_id": "id"},
142
+ },
143
144
"oci_identity_compartment": {
145
{
0 commit comments