Skip to content

Commit

Permalink
Update main.tf (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijay-stephen authored Jul 6, 2023
1 parent ee9f59d commit 0852b51
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 @@ -180,7 +180,7 @@ data "aws_iam_policy_document" "dynamodb" {
type = "AWS"
identifiers = ["*"]
}
resources = ["arn:aws:dynamodb:${var.aws_region}:table/*"]
resources = ["*"]
}
}

Expand Down

0 comments on commit 0852b51

Please sign in to comment.