Skip to content

Commit

Permalink
Adhoc role for anna (#1550)
Browse files Browse the repository at this point in the history
* add iam role

* change resources from names to arns

* finish merge
  • Loading branch information
timburke-hackit authored Jan 15, 2024
1 parent 42163be commit 134cec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/etl/48-lambda-gov-notify-ingestion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ data "aws_iam_policy_document" "housing_landing_zone_access" {
]

resources = [
module.landing_zone_data_source.bucket_id,
"${module.landing_zone_data_source.bucket_id}/housing/*",
module.landing_zone_data_source.bucket_arn,
"${module.landing_zone_data_source.bucket_arn}/housing/*",
]
}
}
Expand Down

0 comments on commit 134cec3

Please sign in to comment.