Skip to content

Commit

Permalink
Merge pull request #177 from uktrade/fix/rename-gitlab-ds-runner-role
Browse files Browse the repository at this point in the history
rename iam role for gitlab data science runner
  • Loading branch information
sekharpanja authored Dec 10, 2024
2 parents 482efa7 + 66265d7 commit 4d15297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/ecs_main_gitlab.tf
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ resource "aws_iam_instance_profile" "gitlab_runner_data_science" {

resource "aws_iam_role" "gitlab_runner_data_science" {
count = var.gitlab_on ? 1 : 0
name = "${var.prefix}-gitlab-runner"
name = "${var.prefix}-gitlab-runner-data-science"
path = "/"
assume_role_policy = data.aws_iam_policy_document.gitlab_runner_data_science_assume_role[count.index].json
}
Expand Down

0 comments on commit 4d15297

Please sign in to comment.