sqs policy terraform correction

This commit is contained in:
Daniel Roth 2026-04-17 15:14:29 +00:00
parent ad0c31fc3e
commit e61a50f0fd

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
}