You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect a terraform configuration as follows:
provider"oci" {
region="us-chicago-1"
}
...to function with the profile in ~/.oci/config if I ran OCI_CLI_PROFILE=myprofile terraform apply. It appears the env vars for the CLI are specific to the python implementation?