terraform-providers / terraform-provider-opc

Terraform Oracle Public Cloud provider
https://www.terraform.io/docs/providers/opc/
Mozilla Public License 2.0
29 stars 25 forks source link

identity_domain = service instance ID or identity service ID? #153

Open kumar-dhanagopal opened 6 years ago

kumar-dhanagopal commented 6 years ago

In https://www.terraform.io/docs/providers/opc/index.html, the current description of "identity_domain" is: "(Optional) The Identity Domain name (for Traditional accounts) or Identity Service ID (for IDCS accounts) of the environment to use. It can also be sourced from the OPC_IDENTITY_DOMAIN environment variable."

When I tested against a production OPC account, the 'terraform apply' command failed if I specified the identity service ID. The command worked fine when I specified the service instance ID.