mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Fix typo
This commit is contained in:
parent
770e19c599
commit
83df8e856e
1 changed files with 2 additions and 7 deletions
|
|
@ -69,12 +69,7 @@ module "lambda" {
|
|||
|
||||
### Policies and IAM
|
||||
# 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
|
||||
policy_arn = data.terraform_remote_state.shared.outputs.engine_s3_read_and_write_arn
|
||||
}
|
||||
|
||||
# Logs
|
||||
|
||||
|
||||
# SQS
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue