Skip to content
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

Error: Collector Creation in Security Posture Management API service: us region not supported #3630

Closed
srmamit opened this issue Mar 2, 2022 · 2 comments
Labels
service/SCC Issues related to SCC

Comments

@srmamit
Copy link

srmamit commented Mar 2, 2022

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

Terraform CLI version: 1.0.0
Terraform IBM Provider Version: 1.39.0

Affected Resource(s)

  • ibm_scc_posture_collector

Terraform Configuration Files

resource "ibm_scc_posture_collector" "collectors" {
  description = "tf sample collector"
  is_public = true
  managed_by = "ibm"
  name = "tf-IBM-collector-sample-resource"
  is_ubi_image = true
}

Debug Output

│ Error: [ERROR] Error occurred while configuring Security Posture Management API service:  `us` region not supported
│ 
│   with ibm_scc_posture_collector.collectors,
│   on main.tf line 6, in resource "ibm_scc_posture_collector" "collectors":
│    6: resource "ibm_scc_posture_collector" "collectors" {

Expected Behavior

It would be expected to create a collector in US region.

Actual Behavior

Errpr in security posture management API service, us region was not found.

Steps to Reproduce

  1. terraform apply

References

  1. https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/scc_posture_collector
  2. https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/scc_account_locations
@github-actions github-actions bot added the service/SCC Issues related to SCC label Mar 2, 2022
@srmamit srmamit changed the title Error occurred while configuring Security Posture Management API service: us-south region not supported Error: Collector Creation in Security Posture Management API service: us region not supported Mar 10, 2022
@hkantare
Copy link
Collaborator

Fixed in https://github.com/IBM-Cloud/terraform-provider-ibm/releases/tag/v1.39.2

@srmamit
Copy link
Author

srmamit commented Mar 15, 2022

resolved in v1.39.2

@srmamit srmamit closed this as completed Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service/SCC Issues related to SCC
Projects
None yet
Development

No branches or pull requests

2 participants