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
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
I cannot run terraform v1.58.0-beta0 anymore without facing this error Your account is disabled when calling the resource ibm_scc_profile_attachment.scc_profile_attachment_instance. My account is not disabled!
Based on your Terraform script , i am assuming that you are trying to use the same instance_id in different regions which can't be done. Each region needs to have an unique instance after going regional.
The error Your account is disabled occurs when trying to target an SCC instance_id that does not exist anymore or has been deleted.
This error message should be replaced by something like this SCC instance_id you're trying to target has been deleted. Please make sure you target the correct SCC instance_id.
Community Note
Terraform CLI and Terraform IBM Provider Version
I cannot run terraform v1.58.0-beta0 anymore without facing this error
Your account is disabled
when calling the resourceibm_scc_profile_attachment.scc_profile_attachment_instance
. My account is not disabled!Full stack trace:
Affected Resource(s)
Steps to Reproduce
Here are the terraform scripts used
https://github.com/lionelmace/ibmcloud-utils/tree/master/terraform/scc
terraform init
terraform apply
The text was updated successfully, but these errors were encountered: