We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Policy resources fail when trying to assign service roles with latest provider 1.37.0.. 1.36.0 works fine..
2021/12/07 19:52:22 Terraform apply | Error: RoleDoesnotExist: Content Reader was not found. Valid roles are Reader, Writer, Manager, Viewer, Administrator, Operator, Editor 2021/12/07 19:52:22 Terraform apply | 2021/12/07 19:52:22 Terraform apply | on security-group-reader.tf line 192, in resource "ibm_iam_trusted_profile_policy" "Reader_TrustProfile-Policy_10": 2021/12/07 19:52:22 Terraform apply | 192: resource "ibm_iam_trusted_profile_policy" "Reader_TrustProfile-Policy_10" { 2021/12/07 19:52:22 Terraform apply | 2021/12/07 19:52:22 Terraform apply | 2021/12/07 19:52:22 Terraform apply | 2021/12/07 19:52:22 Terraform apply | Error: RoleDoesnotExist: Standard member was not found. Valid roles are Reader, Writer, Manager, Viewer, Administrator, Operator, Editor 2021/12/07 19:52:22 Terraform apply | 2021/12/07 19:52:22 Terraform apply | on security-platform-user.tf line 17, in resource "ibm_iam_user_policy" "policy-1": 2021/12/07 19:52:22 Terraform apply | 17: resource "ibm_iam_user_policy" "policy-1" { 2021/12/07 19:52:22 Terraform apply | 2021/12/07 19:52:22 Terraform apply | 2021/12/07 19:52:22 Terraform apply | 2021/12/07 19:52:22 Terraform apply | Error: RoleDoesnotExist: Standard Member was not found. Valid roles are Reader, Writer, Manager, Viewer, Administrator, Operator, Editor 2021/12/07 19:52:22 Terraform apply | 2021/12/07 19:52:22 Terraform apply | on security-platform-user.tf line 26, in resource "ibm_iam_user_policy" "policy-2": 2021/12/07 19:52:22 Terraform apply | 26: resource "ibm_iam_user_policy" "policy-2" { 2021/12/07 19:52:22 Terraform apply |
Try to reproduce with
resource "ibm_iam_user_policy" "policy" { ibm_id = "hkantare@in.ibm.com" roles = [ "Monitor", "Reader", "Viewer", ] resources { service = "cloudantnosqldb" } }
The text was updated successfully, but these errors were encountered:
@Rajesh-Pirati , #3409 should fix this issue.. Please test all possible scenarios.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Policy resources fail when trying to assign service roles with latest provider 1.37.0.. 1.36.0 works fine..
Try to reproduce with
The text was updated successfully, but these errors were encountered: