RB

Results 449 issues of RB

Using the resource `aws_iam_role`, I can create a role using ```hcl resource "aws_iam_role" "task_role" { name = "ecs-${var.project}" path = "/" assume_role_policy =

enhancement

There is a large warning for the resource [`aws_iam_policy_attachment`](https://www.terraform.io/docs/providers/aws/r/iam_policy_attachment.html) to use [`aws_iam_role_policy_attachment`](https://www.terraform.io/docs/providers/aws/r/iam_role_policy_attachment.html) instead. I'd like to prevent the first resource from getting into our infrastructure with an appropriate tflint rule....

enhancement

If a route53 record is pointing to an AWS resource (s3 website, cloudfront, elb) with type `CNAME`, can we automatically flag it to show that this could be potentially an...

enhancement

Terraform plan doesn't catch this limitation but it would be nice if tflint could.

enhancement

Cannot parse this destroy line From `terraform-plan.stdout` ``` - module.service.module.service.module.blue.aws_launch_configuration.default (deposed) ``` ``` $ parse-terraform-plan -i terraform-plan.stdout | jq .errors[0] { "code": "UNABLE_TO_PARSE_CHANGE_LINE", "message": "Unable to parse \" - module.service.module.service.module.blue.aws_launch_configuration.default...

Sort of related to this issue https://github.com/lifeomic/terraform-plan-parser/issues/20 Coinbase has a great tool called [landscape](https://github.com/coinbase/terraform-landscape) and makes the plan output a lot easier to read. It would be nice to be...

Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Feature Some users have requested an option to use the single node...

Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Feature Instead of passing in parameters like this ```hcl parameters = [...

Command: ``` java -Xmx1g -jar ..\..\Downloads\jython-standalone-2.7.0.jar -Dpython.path=Lib/ run.py -i -d -B ..\..\Downloads\burp_suite_pro.jar ``` Then when Burp loads I select to use a temporary project and use Burp defaults. After I...

I'm a bit confused on how to use addToSiteMap() function. Do you know of an easy way to create the object it's looking for?