Invoking Script

0
If I want to invoke a terraform script in Mendix through API calls, how would I do that? Pretty new to Mendix.
asked
1 answers
1

I suppose you want to do an API call which invokes the Terraform script? In that case you can use the API call as a black box.

Please read here how to call an API: Consume a REST service | Mendix Documentation

answered