Skip to content

Commit

Permalink
Merge pull request #175 from uktrade/fix/gitlab-ds-runner-policy-reso…
Browse files Browse the repository at this point in the history
…urce

fixing resource format for gitlab ds runner
  • Loading branch information
sekharpanja authored Dec 10, 2024
2 parents 31cd4d0 + 047ff5e commit 69462b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion infra/ecs_main_gitlab.tf
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,9 @@ data "aws_iam_policy_document" "gitlab_runner_data_science" {
"ecr:GetDownloadUrlForLayer",
]

resources = aws_ecr_repository.theia.arn
resources = [
"${aws_ecr_repository.theia.arn}",
]
}

# All for user-provided
Expand Down

0 comments on commit 69462b0

Please sign in to comment.