-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Support Integration Suite Capabilities #625
Comments
Thanks for the feature request. We evaluate it and update the issue accordingly. Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
@MartinPankraz Would you make the iFlow deployment part of the Terraform flow for provisioning the artifacts and configurations or would you split that as a different persona is in charge of the iFlow design? |
We need more evidence there what the customer's preferred option would be. Solution-wise, it is not functional without the iFlow provisioned to the tenant and deployed to the runtime. However, that was my north-start: a fully packaged solution that is operational after the tf deployment. |
Remark for maintainer team: Needs to be discussed after GA of Provider as this is a larger story and it needs to be decided how to best approach this (dedicated provider etc.) |
Please consider SAP Edge Integration Cell as part of the story. A multitude of manual config steps are a challenge for scaling the deployment. Terraform would be a nice option to solve. |
It would be nice if we can use a data source to get the iFlow package from a tenant and deploy it using an integration_flow resource. Same can be applied for other types of artifacts. |
What area do you want to see improved?
terraform provider
Is your feature request related to a problem? Please describe.
The Terraform Provider in its current state supports the creation of the integration suite per se i.e. the subscription to the application.
It is currently not possible to manage Integration Suite assets like Open Connector Flows via Terraform.
Describe the solution you would like
The management of integration suite assets namely the configuration should also be possible via Terraform. Here some pseudo code how this could look like
Describe alternatives you have considered
Manual configuration but this breaks the automation flow and distributes the management of the resources.
Additional context
To be defined: while the management of capabilities of the Integration Suite should be covered by Terraform, the Deployment of Flows probably makes more sense to keep with the key users and , hence, keep it separated.
The text was updated successfully, but these errors were encountered: