mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Merge pull request #999 from Hestia-Homes/feature/pashub-to-ara
Pashub to Ara: SQS policy terraform correction
This commit is contained in:
commit
9e7754ffb0
1 changed files with 1 additions and 1 deletions
|
|
@ -74,6 +74,6 @@ module "hubspot_deal_etl_sqs_policy" {
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "aws_iam_role_policy_attachment" "hubspot_deal_etl_sqs_send" {
|
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
|
policy_arn = module.hubspot_deal_etl_sqs_policy.policy_arn
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue