This commit is contained in:
Daniel Roth 2026-03-05 10:21:11 +00:00
parent 770e19c599
commit 83df8e856e

View file

@ -69,12 +69,7 @@ module "lambda" {
### Policies and IAM ### Policies and IAM
# S3 # S3
resource "aws_iam-role_policy_attachment" "engine_s3_read_and_write" { resource "aws_iam_role_policy_attachment" "engine_s3_read_and_write" {
role = module.lambda.role_name role = module.lambda.role_name
policy_arn = data.terraform_remote_state.shared.outputs.engine_s3_read_and_write_arn policy_arn = data.terraform_remote_state.shared.outputs.engine_s3_read_and_write_arn
} }
# Logs
# SQS