File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # --------------------------------------- ------------------------------------------------------------------------------
1+ # ------------------------------------------------------------------------------
22# AWS ECS Task Execution Role
3- # --------------------------------------- ------------------------------------------------------------------------------
3+ # ------------------------------------------------------------------------------
44resource "aws_iam_role" "ecs_task_execution_role" {
55 name = " ${ var . name_preffix } -ecs-task-execution-role"
66 assume_role_policy = file (" ${ path . module } /files/iam/ecs_task_execution_iam_role.json" )
@@ -11,9 +11,9 @@ resource "aws_iam_role_policy_attachment" "ecs_task_execution_role_policy_attach
1111 policy_arn = " arn:aws:iam::aws:policy/service-role/AmazonECSTaskExecutionRolePolicy"
1212}
1313
14- # --------------------------------------- ------------------------------------------------------------------------------
14+ # ------------------------------------------------------------------------------
1515# ECS Task Definition
16- # --------------------------------------- ------------------------------------------------------------------------------
16+ # ------------------------------------------------------------------------------
1717# Container Definition
1818module "container_definition" {
1919 source = " cloudposse/ecs-container-definition/aws"
You can’t perform that action at this time.
0 commit comments