Skip to content

Commit

Permalink
fix import names
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerjrr committed Aug 30, 2024
1 parent 66871a1 commit 8c3fa8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ resource "aws_iam_policy" "database_secrets_read_access" {
}

resource "aws_iam_role_policy_attachment" "read_secrets" {
role = commonfate_ecs_proxy.proxy_data.ecs_cluster_task_role_name
role = data.commonfate_ecs_proxy.proxy_data.ecs_cluster_reader_role_arn
policy_arn = aws_iam_policy.database_secrets_read_access.arn
}

Expand Down

0 comments on commit 8c3fa8e

Please sign in to comment.