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

getting "Role does not exist" while trying to detach certain role from some group while simultaneously removing the role #309

Closed
rostbel opened this issue Feb 1, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@rostbel
Copy link

rostbel commented Feb 1, 2023

We comment out some role and then we also detach it from some group and get this error Error: POST : StatusCode 422, Body: {"resourceType":"OperationOutcome","issue":[{"severity":"error","code":"exception","details":{"coding":{"system":"extension","code":"30703"},"text":"Role does not exist"}}]}

│   with module.tenants["WFMTenant10"].hsdp_iam_group.platform_configuration_iam_group,
│   on tenant\groups.tf line 220, in resource "hsdp_iam_group" "platform_configuration_iam_group":
│  220: resource "hsdp_iam_group" "platform_configuration_iam_group" {

leaving the role in place and only detaching from the group work. as a workaround for now will remove the role in post commit

Thanks in advance

@loafoe loafoe added the bug Something isn't working label Feb 1, 2023
@loafoe loafoe self-assigned this Feb 1, 2023
loafoe added a commit that referenced this issue Feb 3, 2023
Signed-off-by: Andy Lo-A-Foe <andy.loafoe@gmail.com>
loafoe added a commit that referenced this issue Feb 3, 2023
@loafoe loafoe closed this as completed Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants