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
The ibm_scc_instance_settings will fail with below error if you attempt with a region that is not us-south. I tried with eu-es and when looking at trace logs, I can see its trying to hit the us-south endpoint, even though my provider config is set up like so:
provider "ibm" {
ibmcloud_api_key = var.ibmcloud_api_key
region = "eu-es"
}
The SCC team have confirmed as a workaround you can set export IBMCLOUD_SCC_API_ENDPOINT=https://eu-es.compliance.cloud.ibm.com/ however this should not be requied, as terraform should be using the value passed for region provider config.
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform CLI and Terraform IBM Provider Version
tf 1.6.0
ibm provider 1.62.0
Affected Resource(s)
ibm_scc_instance_settings
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
…default value of `true` to help ensure a unique bucket name gets created.<br>* Updated DA to use IBM provider version 1.63.0 which has a fix for known [provider bug](IBM-Cloud/terraform-provider-ibm#5131) (#18)
The
ibm_scc_instance_settings
will fail with below error if you attempt with a region that is not us-south. I tried witheu-es
and when looking at trace logs, I can see its trying to hit the us-south endpoint, even though my provider config is set up like so:Error:
The SCC team have confirmed as a workaround you can set
export IBMCLOUD_SCC_API_ENDPOINT=https://eu-es.compliance.cloud.ibm.com/
however this should not be requied, as terraform should be using the value passed for region provider config.Community Note
Terraform CLI and Terraform IBM Provider Version
tf 1.6.0
ibm provider 1.62.0
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Run https://github.com/terraform-ibm-modules/terraform-ibm-scc/tree/main/examples/basic but target it to any other region that is not us-south
Debug Output
scc-trace.log
Panic Output
Expected Behavior
Actual Behavior
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: