Skip to content

Commit 007675a

Browse files
committed
Replacing comments
1 parent 56c592d commit 007675a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# ---------------------------------------------------------------------------------------------------------------------
1+
#------------------------------------------------------------------------------
22
# AWS ECS Task Execution Role
3-
# ---------------------------------------------------------------------------------------------------------------------
3+
#------------------------------------------------------------------------------
44
resource "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
1818
module "container_definition" {
1919
source = "cloudposse/ecs-container-definition/aws"

0 commit comments

Comments
 (0)