mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +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
|
### 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
|
|
||||||
Loading…
Add table
Reference in a new issue