Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created July 10, 2021 19:53
Show Gist options
  • Save KyMidd/35f0df5d1c1612dacf34500ffde95a05 to your computer and use it in GitHub Desktop.
Save KyMidd/35f0df5d1c1612dacf34500ffde95a05 to your computer and use it in GitHub Desktop.
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