mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
wrong name
This commit is contained in:
parent
0571b2836d
commit
5b9f0f7219
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ resource "aws_iam_policy" "walthamforest_etl_policy" {
|
|||
|
||||
resource "aws_iam_role_policy_attachment" "walthamforest_etl_policy_attach" {
|
||||
role = data.aws_iam_role.lambda_exec_role.name
|
||||
policy_arn = aws_iam_policy.walthamforest_etl-loader-policy.arn
|
||||
policy_arn = aws_iam_policy.walthamforest_etl_policy.arn
|
||||
}
|
||||
|
||||
# Lambda function
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue