mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
make the fix for module name
This commit is contained in:
parent
bba88bc077
commit
1ac5cb253a
1 changed files with 1 additions and 1 deletions
|
|
@ -39,6 +39,6 @@ module "hubspot_deal_etl" {
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "aws_iam_role_policy_attachment" "lambda_s3_policy" {
|
resource "aws_iam_role_policy_attachment" "lambda_s3_policy" {
|
||||||
role = module.lambda.role_name
|
role = module.hubspot_deal_etl.role_name
|
||||||
policy_arn = data.terraform_remote_state.shared.outputs.hubspot_etl_s3_read_and_write_arn
|
policy_arn = data.terraform_remote_state.shared.outputs.hubspot_etl_s3_read_and_write_arn
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue