...
Input Name | Input Code | Required | Description |
---|---|---|---|
Template URL |
| No | The URL path to the template to use for creating a stack. |
Template File Path |
| No | The path to the template file to use. |
Stack Name |
| Yes | The name or Id for the stack to update. |
Template Parameters |
| No | Semicolon delimited list of parameters to use when creating the stack. (e.g.DBUser=sys;DBPassword=welcome1) |
Use Previous Value |
| No | Semicolon delimited list of parameters to use when updating the stack, it will use the existing parameter value for a given parameter key. (e.g. DBUser;DBPassword) |
Stack Status Timeout |
| No | A timeout, in seconds, for fetching the status of the stack. Defaults to 300 seconds (5 minutes). |
Outputs
Output Name | Required | Description |
---|---|---|
| Yes | Id of the newly created or updated stack. |
| Yes | Status of the newly created or updated stack. |
...