-
Notifications
You must be signed in to change notification settings - Fork 710
Description
Terraform Version
$ terraform -v
✔ ~/infra/terraform/backup [develop|✚ 3…7]
14:56 $ tf -v
Terraform v0.10.6
Your version of Terraform is out of date! The latest version
is 0.10.7. You can update by downloading from www.terraform.io/downloads.html
OCI Provider Version
$ <path-to-plugin>/terraform-provider-oci
✔ ~/infra/terraform/backup [develop|✚ 3…7]
14:43 $ ~/.terraform.d/plugins/darwin_amd64/terraform-provider-baremetal_v1.0.18
2017/10/09 14:54:06 [INFO] terraform-provider-baremetal v1.0.18
This binary is a plugin. These are not meant to be executed directly.
Please execute the program that consumes these plugins, which will
load any plugins automatically
Description:
Include a description with repro steps, expected result and actual result
When I try an create identity objects in Ashburn I get errors because it's not the home region for that tenancy. As an isolated thing, this makes sense, but what if I want to make identity objects and compute objects? I found this https://github.com/oracle/terraform-provider-oci/blob/master/docs/examples/iam/ad_multi_region/ad_multi_region.tf which is nice if you know in advance what your home region will be, but if you don't then it would be nice if your requests could be auto-delegated to the right region. A caveat to this would be that after creating identity objects, you need to wait for them to replicate over to the non-home region to use them.