Summary
Init terraform module on Automation Gateway
Description
This method will init a module in Automation Gateway
Route
No Northbound API Available
Roles
admin
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
moduleName | string | yes | Name of the Terraform module. |
args | object | yes | An object holding arguments for the module. Object will have a property for each of the module's parameters. The property's key must match the parameter name. |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
result | object | the status of running the module on each host |