qualitorque/Start Torque Environment
Starts an Environment in Torque and returns its details
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 7, 2023
- License
- Apache 2.0
Pinned Snippet
uses: qualitorque/torque-start-environment@95b563407904526a7a2a345eacdf1447e9c7cda1 # v1.0.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| space | The Torque space to start the environment in | yes | — |
| blueprint_name | The name of the Blueprint to use | yes | — |
| repository_name | The Blueprint repository name | — | — |
| environment_name | Provide a name for the Environment | no | — |
| torque_token | A Torque longterm token | yes | — |
| torque_hostname | Alternative Torque server url | no | portal.qtorque.io |
| branch | Use the Blueprint version from a remote Git branch | no | "" |
| duration | The Environment will automatically de-provision at the end of the provided duration (minutes) | no | 120 |
| timeout | Set the time (minutes) to wait for the environment to become active. When setting to 0 the action will end with just the Environment ID output. | no | 0 |
| inputs | A comma-separated list of key=value pairs. For example: key1=value1, key2=value2 | no | "" |
Outputs
| name | description |
|---|---|
| environment_id | The ID of launched Torque Environment |
| environment_details | The Full Environment details in a json format |