mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
correct role import path in condition etl tf
This commit is contained in:
parent
7630067d8d
commit
de6bb935fe
1 changed files with 1 additions and 1 deletions
|
|
@ -36,6 +36,6 @@ module "lambda" {
|
|||
}
|
||||
|
||||
resource "aws_iam_role_policy_attachment" "attach_condition_etl_s3_read" {
|
||||
role = module.lambda.role.role_name
|
||||
role = module.lambda.role_name
|
||||
policy_arn = data.terraform_remote_state.shared.outputs.condition_etl_s3_read_arn
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue