oracle / terraform-provider-oci

Terraform Oracle Cloud Infrastructure provider
https://www.terraform.io/docs/providers/oci/
Mozilla Public License 2.0
731 stars 669 forks source link

Cannot provision identity group in non-default identity domain #1631

Open chanstev opened 1 year ago

chanstev commented 1 year ago

We can create identity domain but cannot create identity group in the newly created domain. oci_identity_group can only create group in default domain by specifying the tenancy OCID and there is no way to specify the identity domain ID to host the identity group.

mnlx commented 1 year ago

Similar to issue: https://github.com/oracle/terraform-provider-oci/issues/1526

There is no support for other domains in OCI terraform. This needs to be implemented.