You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of the Terraform provider are you using?
1.6.0
What version of the Terraform CLI are you using?
1.9.5
What type of issue are you facing
bug report
Describe the bug
I want to create a custom role for SAP Integration Suite. Based on the documentation, I could create the custom role in the BTP cockpit.
You need to set a custom attribute, see here:
No I wanted to do the same in Terraform - I did not find a hint in the documentation, how to set the attribute custom_role in Terraform:
Without setting the attribute custom_role, I get the following error at deployment:
btp_subaccount_role.testrole: Creating...
╷
│ Error: API Error Creating Resource Role (Subaccount)
│
│ with btp_subaccount_role.testrole,
│ on roles_access_policies.tf line 4, in resource "btp_subaccount_role""testrole":
│ 4: resource"btp_subaccount_role""testrole" {
│
│ Cannot add role without values for all attributes of RoleTemplate
Did I miss something or it isn't supported yet?
Br,
Florian
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
The text was updated successfully, but these errors were encountered:
Parameters for attributes is missing. Clarification with BTP CLI team needed
lechnerc77
changed the title
[BUG] btp_subaccount_role with role template "CustomRoleTemplate" and attributes
[Feature Request] btp_subaccount_role with role template "CustomRoleTemplate" and attributes
Aug 28, 2024
Is there an existing issue for this?
What version of the Terraform provider are you using?
1.6.0
What version of the Terraform CLI are you using?
1.9.5
What type of issue are you facing
bug report
Describe the bug
I want to create a custom role for SAP Integration Suite. Based on the documentation, I could create the custom role in the BTP cockpit.
You need to set a custom attribute, see here:
No I wanted to do the same in Terraform - I did not find a hint in the documentation, how to set the attribute
custom_role
in Terraform:Without setting the attribute
custom_role
, I get the following error at deployment:Did I miss something or it isn't supported yet?
Br,
Florian
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
The text was updated successfully, but these errors were encountered: