I have a fully functioning terraform script which provisions infrastructure on the vSphere. I am trying to run/invoke it through the Mendix platform. How would I do this?
Asked
Active
Viewed 130 times
1 Answers
0
I am not a Terraform expert but a Mendix expert. AFAIK I understand is Terraform an application that controls infrastructure.
There are some possibilities:
- Invoke terraform via a SDK or API to start the scripts.
- Use the Terraform java client and rewrite the scripts in a Mendix Java-Action.
- Use a javascript-action to call the API from typescript
- Write a custom widget to call the API from typescript.

Chris
- 1
- 1