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

[BUG] Assign list of roles a list of users #929

Closed
1 task done
jizquga opened this issue Oct 18, 2024 · 1 comment
Closed
1 task done

[BUG] Assign list of roles a list of users #929

jizquga opened this issue Oct 18, 2024 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@jizquga
Copy link

jizquga commented Oct 18, 2024

Is there an existing issue for this?

  • I have searched the existing issues

What version of the Terraform provider are you using?

1.7.0

What version of the Terraform CLI are you using?

1.8.0

What type of issue are you facing

bug report

Describe the bug

We want to assign more than one role a list of users, we are use this main.tf:

resource "btp_subaccount_role_collection_assignment" "subaccount-seguridad" {
subaccount_id = "19545252-3943-46d9-a893-72841d94f332"
role_collection_name = "Subaccount Viewer"
for_each = toset(var.seguridad)
user_name = each.value

}

But we want to change role_collection_name to a list of roles. Can you help us?

Expected Behavior

No response

Steps To Reproduce

No response

User's Role Collections

No response

Add screenshots to help explain your problem

No response

Additional context

No response

@jizquga jizquga added bug Something isn't working needs-triage For new issues labels Oct 18, 2024
@lechnerc77
Copy link
Member

@jizquga As mentioned in issue #926 please do not abuse issues for question. I kindly advice you to use the discussions area. Happy to answer these questions there

@SAP SAP locked as off-topic and limited conversation to collaborators Oct 18, 2024
@lechnerc77 lechnerc77 added question Further information is requested and removed bug Something isn't working needs-triage For new issues labels Oct 18, 2024
@lechnerc77 lechnerc77 self-assigned this Oct 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants