mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
address2uprn
This commit is contained in:
parent
d9708fe516
commit
37c89fb6ef
1 changed files with 1 additions and 1 deletions
|
|
@ -47,6 +47,6 @@ module "address2uprn" {
|
|||
|
||||
# Attach S3 read policy to the Lambda execution role
|
||||
resource "aws_iam_role_policy_attachment" "address2uprn_read_and_write" {
|
||||
role = module.lambda.role_name
|
||||
role = module.address2uprn.role_name
|
||||
policy_arn = data.terraform_remote_state.shared.outputs.address_2_uprn_s3_read_and_write_arn
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue