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
Affected Resource(s)
data.ibm_scc_posture_latest_scans
Terraform Configuration Files
terraform {
required_version = ">= 1.0.0"
required_providers {
ibm = {
source = "ibm-cloud/ibm"
version = "1.39.0-beta0"
}
}
}
data "ibm_scc_posture_latest_scans" "list_latest_scans" {
}
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
# Copy-paste your Terraform configurations here - for large Terraform configs,# please share a link to the ZIP file.
Debug Output
$ terraform plan
╷
│ Error: [ERROR] Error occurred while configuring Security Posture Management API service: `eu-de` region not supported
│
│ with data.ibm_scc_posture_latest_scans.list_latest_scans,
│ on main.tf line 18, in data "ibm_scc_posture_latest_scans" "list_latest_scans":
│ 18: data "ibm_scc_posture_latest_scans" "list_latest_scans" {
2022-02-16T17:28:25.151+0100 [INFO] provider.terraform-provider-ibm_v1.39.0-beta0: 2022/02/16 17:28:25 [INFO] Configured Region: eu-de: timestamp=2022-02-16T17:28:25.151+0100
2022-02-16T17:28:28.347+0100 [DEBUG] Resource instance state not found for node "data.ibm_scc_posture_latest_scans.list_latest_scans", instance data.ibm_scc_posture_latest_scans.list_latest_scans
2022-02-16T17:28:28.347+0100 [DEBUG] ReferenceTransformer: "data.ibm_scc_posture_latest_scans.list_latest_scans" references: []
2022-02-16T17:28:28.351+0100 [ERROR] vertex "data.ibm_scc_posture_latest_scans.list_latest_scans" error: [ERROR] Error occurred while configuring Security Posture Management API service: `eu-de` region not supported
2022-02-16T17:28:28.351+0100 [ERROR] vertex "data.ibm_scc_posture_latest_scans.list_latest_scans" error: [ERROR] Error occurred while configuring Security Posture Management API service: `eu-de` region not supported
2022-02-16T17:28:28.351+0100 [ERROR] vertex "data.ibm_scc_posture_latest_scans.list_latest_scans (expand)" error: [ERROR] Error occurred while configuring Security Posture Management API service: `eu-de` region not supported
The text was updated successfully, but these errors were encountered:
Community Note
Terraform CLI and Terraform IBM Provider Version
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.
Debug Output
The text was updated successfully, but these errors were encountered: