|
1 | 1 | <!-- BEGIN_TF_DOCS -->
|
| 2 | +[](https://www.geekcell.io/) |
2 | 3 |
|
| 4 | +### Code Quality |
| 5 | +[](https://github.com/geekcell/terraform-aws-ecs-task-definition/blob/master/LICENSE) |
| 6 | +[](https://github.com/geekcell/terraform-aws-ecs-task-definition/releases) |
| 7 | +[](https://github.com/geekcell/terraform-aws-ecs-task-definition/actions/workflows/release.yaml) |
| 8 | +[](https://github.com/geekcell/terraform-aws-ecs-task-definition/actions/workflows/validate.yaml) |
| 9 | +[](https://github.com/geekcell/terraform-aws-ecs-task-definition/actions/workflows/linter.yaml) |
3 | 10 |
|
| 11 | +<!-- |
| 12 | +Comment in if Bridgecrew is configured |
4 | 13 |
|
| 14 | +### Security |
| 15 | +[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=geekcell%2Fterraform-aws-ecs-task-definition&benchmark=INFRASTRUCTURE+SECURITY) |
| 16 | +
|
| 17 | +#### Cloud |
| 18 | +[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=geekcell%2Fterraform-aws-ecs-task-definition&benchmark=CIS+AWS+V1.2) |
| 19 | +[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=geekcell%2Fterraform-aws-ecs-task-definition&benchmark=CIS+AWS+V1.3) |
| 20 | +[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=geekcell%2Fterraform-aws-ecs-task-definition&benchmark=CIS+AZURE+V1.1) |
| 21 | +[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=geekcell%2Fterraform-aws-ecs-task-definition&benchmark=CIS+AZURE+V1.3) |
| 22 | +[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=geekcell%2Fterraform-aws-ecs-task-definition&benchmark=CIS+GCP+V1.1) |
| 23 | +
|
| 24 | +##### Container |
| 25 | +[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=geekcell%2Fterraform-aws-ecs-task-definition&benchmark=CIS+KUBERNETES+V1.6) |
| 26 | +[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=geekcell%2Fterraform-aws-ecs-task-definition&benchmark=CIS+EKS+V1.1) |
| 27 | +[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=geekcell%2Fterraform-aws-ecs-task-definition&benchmark=CIS+GKE+V1.1) |
| 28 | +[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=geekcell%2Fterraform-aws-ecs-task-definition&benchmark=CIS+KUBERNETES+V1.5) |
| 29 | +
|
| 30 | +#### Data protection |
| 31 | +[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=geekcell%2Fterraform-aws-ecs-task-definition&benchmark=SOC2) |
| 32 | +[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=geekcell%2Fterraform-aws-ecs-task-definition&benchmark=PCI-DSS+V3.2) |
| 33 | +[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=geekcell%2Fterraform-aws-ecs-task-definition&benchmark=PCI-DSS+V3.2.1) |
| 34 | +[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=geekcell%2Fterraform-aws-ecs-task-definition&benchmark=ISO27001) |
| 35 | +[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=geekcell%2Fterraform-aws-ecs-task-definition&benchmark=NIST-800-53) |
| 36 | +[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=geekcell%2Fterraform-aws-ecs-task-definition&benchmark=HIPAA) |
| 37 | +[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=geekcell%2Fterraform-aws-ecs-task-definition&benchmark=FEDRAMP+%28MODERATE%29) |
| 38 | +
|
| 39 | +--> |
5 | 40 |
|
6 | 41 | # Terraform AWS ECS Task Definition Module
|
7 | 42 |
|
@@ -55,7 +90,7 @@ Terraform module for creating an AWS ECS Task Definition.
|
55 | 90 | ## Resources
|
56 | 91 |
|
57 | 92 | - resource.aws_ecs_task_definition.main (main.tf#6)
|
58 |
| -- resource.aws_iam_role_policy_attachment.execute_additional (main.tf#112) |
59 |
| -- resource.aws_iam_role_policy_attachment.execute_command (main.tf#137) |
60 |
| -- resource.aws_iam_role_policy_attachment.task_additional (main.tf#130) |
| 93 | +- resource.aws_iam_role_policy_attachment.execute_additional (main.tf#113) |
| 94 | +- resource.aws_iam_role_policy_attachment.execute_command (main.tf#139) |
| 95 | +- resource.aws_iam_role_policy_attachment.task_additional (main.tf#132) |
61 | 96 | <!-- END_TF_DOCS -->
|
0 commit comments