SAP / terraform-provider-btp

Terraform provider for SAP BTP
https://registry.terraform.io/providers/SAP/btp/latest
Apache License 2.0
73 stars 13 forks source link

[FEATURE] Resource to create 'role' in subaccount #841

Open juliankuipers-alliander opened 3 days ago

juliankuipers-alliander commented 3 days ago

What area do you want to see improved?

terraform provider

Is your feature request related to a problem? Please describe.

I can create and assign a role collection with this provider, but I can't create a role with this provider. I miss this functionality. For example: the alm-ts app (cTMS) has a role template for ImportOperator from which you can create a role and assign specific values to the attribute TmsNodesImport.

Describe the solution you would like

It would be great to have a resource with which I can create roles in my subaccount. With this I can create roles from a template. I can provide the role name, description, template and assign the attributes.

Describe alternatives you have considered

Alternative would be creating the role manually on BTP and using the provider to assign it to a role collection and users.

Additional context

No response

github-actions[bot] commented 3 days ago

Thanks for the feature request. We evaluate it and update the issue accordingly.

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

lechnerc77 commented 2 days ago

Tasks to enable roles:

Remark: Data sources for roles are already available

lechnerc77 commented 2 days ago

@juliankuipers-alliander fyi: resources will be implemented.