What area do you want to see improved?
terraform provider
Is your feature request related to a problem? Please describe.
If you want to roll out something like SAP Build incl. Joule Studio and Process automation you have to write a lot of terraform code.
- Research all needed services
- Entitlements
- Service instances
- App subscriptions
- Service keys
- destinations
- ...
We initially use one of the boosters or cloud integration automation for the setup to understand the big picture and how everything is setup.
Then we migrate the result to our terraform code and re-deploy it into a clean new subaccount.
This is very time consuming.
For our google cloud landscape we make use of https://registry.terraform.io/namespaces/terraform-google-modules provided by Google. They allow a much quicker setup compared to writing every resource yourself.
Such modules for the boosters and cloud integration activation would help customers to utilize terraform even further.
Describe the solution you would like
Create SAP provided modules for boosters and cloud integration activation.
Prioritize by checking which boosters and cloud integration activations are used the most by customers.
Describe alternatives you have considered
No response
Additional context
No response
What area do you want to see improved?
terraform provider
Is your feature request related to a problem? Please describe.
If you want to roll out something like SAP Build incl. Joule Studio and Process automation you have to write a lot of terraform code.
We initially use one of the boosters or cloud integration automation for the setup to understand the big picture and how everything is setup.
Then we migrate the result to our terraform code and re-deploy it into a clean new subaccount.
This is very time consuming.
For our google cloud landscape we make use of https://registry.terraform.io/namespaces/terraform-google-modules provided by Google. They allow a much quicker setup compared to writing every resource yourself.
Such modules for the boosters and cloud integration activation would help customers to utilize terraform even further.
Describe the solution you would like
Create SAP provided modules for boosters and cloud integration activation.
Prioritize by checking which boosters and cloud integration activations are used the most by customers.
Describe alternatives you have considered
No response
Additional context
No response