Merge pull request #999 from Hestia-Homes/feature/pashub-to-ara

Pashub to Ara: SQS policy terraform correction
This commit is contained in:
Daniel Roth 2026-04-17 16:49:03 +01:00 committed by GitHub
commit 9e7754ffb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,6 +74,6 @@ module "hubspot_deal_etl_sqs_policy" {
}
resource "aws_iam_role_policy_attachment" "hubspot_deal_etl_sqs_send" {
role = module.lambda.role_name
role = module.hubspot_deal_etl.role_name
policy_arn = module.hubspot_deal_etl_sqs_policy.policy_arn
}