Skip to content

Commit

Permalink
Merge pull request #64 from companieshouse/fix-iam-user-lookup
Browse files Browse the repository at this point in the history
Fix IAM user lookup logic for different profiles
  • Loading branch information
marcransome authored Jan 31, 2025
2 parents 52ef8d0 + 3cbe8c5 commit 3715b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groups/storage/data.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

data "aws_iam_user" "concourse" {
user_name = "concourse-server-staging"
user_name = "concourse-server-${var.aws_account}"
}

data "aws_iam_policy_document" "bucket" {
Expand Down

0 comments on commit 3715b3c

Please sign in to comment.