Skip to content

Commit

Permalink
Merge pull request #55 from DNXLabs/fix/doc
Browse files Browse the repository at this point in the history
Fix/doc
  • Loading branch information
brunodasilvalenga authored Feb 23, 2024
2 parents 50f2b22 + 807f45f commit f7c1a13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ module "ecs_apps" {
|------|---------|
| aws | n/a |
| random | n/a |
| template | n/a |
| tls | n/a |

## Inputs
Expand Down
1 change: 1 addition & 0 deletions iam-ecs-task.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ resource "aws_iam_role_policy" "ssm_policy" {
EOF
}

# https://docs.aws.amazon.com/AmazonECR/latest/userguide/vpc-endpoints.html#ecr-setting-up-s3-gateway
resource "aws_iam_role_policy" "s3_policy" {
name = "ecs-s3-policy"
role = aws_iam_role.ecs_task.name
Expand Down

0 comments on commit f7c1a13

Please sign in to comment.