-
Notifications
You must be signed in to change notification settings - Fork 681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ibm_scc_instance_settings is always using us-south SCC endpoint #5131
Labels
service/SCC
Issues related to SCC
Comments
The source of the problem is the scc-go-sdk did not support that region: link. I am currently creating a PR to support that region. Once a version is released, the terraform provider needs to be updated to support the newest scc-go-sdk version which will include the region "eu-es" |
Merged
6 tasks
ocofaigh
added a commit
to terraform-ibm-modules/terraform-ibm-scc
that referenced
this issue
Mar 11, 2024
…provider bug](IBM-Cloud/terraform-provider-ibm#5131) with region (#47)
6 tasks
ocofaigh
added a commit
to terraform-ibm-modules/terraform-ibm-scc-da
that referenced
this issue
Mar 11, 2024
…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)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: