generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Labels
enhancementNew feature or requestNew feature or request
Description
What area do you want to see improved?
other
Is your feature request related to a problem? Please describe.
Currently the Terraform exporter for SAP BTP generates the Terraform code in a plain way, namely each resource that can be exported is added in the configuration.
For entitlements this can become an extensive part of the Terraform configuration which becomes very unhandy and is far away from implementing the same configuration manually.
This makes the maintenance of the entitlements difficult and error-prone.
Describe the solution you would like
It would be ry useful if the Terraform exporter would be able to transform the exported entitlements into a call of the module sap-btp-entitlements.
This should be optional, as the module is not used by every company.
Describe alternatives you have considered
Manual refactoring of the generated code.
Additional context
Result from diary study with customer
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request