Stefan Magnus Landrø
Stefan Magnus Landrø
It would be great to have some kind of resource for initialising password stores, which currently has to be handled outside of terraform: ``` pass init [--path=subfolder,-p subfolder] gpg-id... Initialize...
In 1.0.1 we used to have output like this Unexpected unknown command invocation 'HTTP::respond 403' Maybe you should add an "on" statement similar to the one below to your "it"...
green ok red failed
To get the logging working, I had to add the following the policy listed at [https://www.artillery.io/docs/load-testing-at-scale/aws-fargate#iam-permissions](https://www.artillery.io/docs/load-testing-at-scale/aws-fargate#iam-permissions) ``` { "Sid": "LogsPermissions", "Effect": "Allow", "Action": [ "logs:PutRetentionPolicy", + "logs:CreateLogStream", + "logs:CreateLogGroup", +...
### Is your feature request related to a problem? There is no way to retrieve code repository ids using terraform as of now ### Describe the solution you'd like We'd...