iuliana opened a new pull request, #1408:
URL: https://github.com/apache/brooklyn-server/pull/1408
That are run as a command and only require arguments. (e.g.
`amazon/aws-cli`, `hashicorp/terraform`).
Steps examples:
```
- step : "container amazon/aws-cli"
args: "dynamodb scan --table-name mytable --select COUNT"
env:
AWS_ACCESS_KEY_ID: mytable
AWS_SECRET_ACCESS_KEY: mysecret
AWS_REGION: myregion
```
or
```
- step : "container hashicorp/terraform"
args: "version"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]