Skip to content

Commit

Permalink
Fix IAM user lookup logic for different profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed Jan 31, 2025
1 parent 52ef8d0 commit 3cbe8c5
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 3cbe8c5

Please sign in to comment.