What area do you want to see improved?
terraform provider
Is your feature request related to a problem? Please describe.
As of now the Terraform provider offers the provision and management of environments via a generic resource. The required paramaters are partially typed, but the main configuration is done via a untyped JSON document. This makes the creation of environments unnecessarily hard.
Describe the solution you would like
SAP should provide Terraform modules for the creation of environment instances that:
- have a typed interface instead of a generic JSON document
- contain the entitlement and the environment instance creation as resources
Describe alternatives you have considered
Manual creation via existing resource
Additional context
n/a
What area do you want to see improved?
terraform provider
Is your feature request related to a problem? Please describe.
As of now the Terraform provider offers the provision and management of environments via a generic resource. The required paramaters are partially typed, but the main configuration is done via a untyped JSON document. This makes the creation of environments unnecessarily hard.
Describe the solution you would like
SAP should provide Terraform modules for the creation of environment instances that:
Describe alternatives you have considered
Manual creation via existing resource
Additional context
n/a