Created
July 10, 2021 19:53
-
-
Save KyMidd/35f0df5d1c1612dacf34500ffde95a05 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resource "aws_iam_role_policy_attachment" "ExecutionRole_to_ecsTaskExecutionRole" { | |
role = aws_iam_role.ExecutionRole.name | |
policy_arn = "arn:aws:iam::aws:policy/service-role/AmazonECSTaskExecutionRolePolicy" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment