IBM-Cloud / terraform-provider-ibm

https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs
Mozilla Public License 2.0
336 stars 645 forks source link

Resource_key is not accepting role "None" #5391

Open hkantare opened 1 month ago

hkantare commented 1 month ago

We want to create a resource_key with role "None" with Terraform. This is impossible as role seems to not exist:

[17:01] ABDELKRIM Habib id: terraform-25711290 2024/05/16 14:50:54 Terraform apply | summary: '[ERROR] Error creating resource key when get role: 2024/05/16 14:50:54 Terraform apply | RoleDoesnotExist: None 2024/05/16 14:50:54 Terraform apply | was not found. Valid roles are Writer, Reader, Manager, 2024/05/16 14:50:54 Terraform apply | Content Reader, Object Reader, Object Writer, Service Configuration Reader, Viewer, 2024/05/16 14:50:54 Terraform apply | Administrator, Operator, Editor, Key Manager'

hkantare commented 1 month ago

We are planning to release as part of 1.66.0 . Planned to release end of this month

hkantare commented 1 month ago

PR for feature https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5400