RB
RB
It would be nice if we can create a linting rule to enforce the order of arguments for vars, outputs, and modules terraform_module_argument_order ```hcl rule "terraform_module_argument_order" { enabled = true...
Would be nice to be able to define custom messages in every rule to either overwrite or append tflint's default message
For example, we could fix * unused variables * alphabetize `aws_iam_policy_document`'s `actions` * convert aws service roles into data sources * convert iam policy json into data source * this...
I followed the perms in the README but I'm getting this error for my least privilege user "packer". It works for my admin user. ``` 2019-08-29T14:26:44Z: vsphere-iso: Found already downloaded,...
## request This is a nice tool but could you also add a `man` page to the tool? I ask because it's so handy to run `man viddy` to get...
## what * Docs regarding the awsutils provider ## why * Let people know ## references * Previous PR https://github.com/cloudposse/terraform-aws-s3-bucket/pull/119
Similar to https://github.com/bash-my-aws/bash-my-aws/issues/306 where I would like to expand the fields outputted, it would be nice if there was an easy method to pass in additional json keys to every...
## Problem In AWS emr, we get the public dns name and frequently need to get the instance id to get the private dns. We do this by searching for...
I like this tool a lot and I'd like to add this to our markdown if possible without creating a separate image. It would be nice to export it in...
I'm on linux and had to also include `cstdlib` to compile `crack-me` in the first tutorial ✗ g++ crack-me.cpp -o crack-me crack-me.cpp: In function ‘void secret()’: crack-me.cpp:17:23: error: ‘system’ was...