Skip to content

Commit

Permalink
Fixed duplicate name
Browse files Browse the repository at this point in the history
  • Loading branch information
murdo-moj committed Oct 4, 2023
1 parent 6f8bcbf commit 85009a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/data-platform/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ data "aws_iam_policy_document" "landing_to_raw_lambda_policy_doc" {
}

resource "aws_iam_policy" "landing_to_raw_lambda_policy" {
name = "athena_load_lambda"
name = "landing_to_raw_lambda"
path = "/"
policy = data.aws_iam_policy_document.landing_to_raw_lambda_policy_doc.json
tags = local.tags
Expand Down

0 comments on commit 85009a6

Please sign in to comment.