mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Merge pull request #840 from Hestia-Homes/main
Deploy fastapi with terraform: correct s3 policy name
This commit is contained in:
commit
1fd738823d
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ module "fastapi" {
|
|||
############################################
|
||||
resource "aws_iam_role_policy_attachment" "fast_api_s3_read" {
|
||||
role = module.fastapi.role_name
|
||||
policy_arn = data.terraform_remote_state.shared.outputs.fast_api_s3_read_arn
|
||||
policy_arn = data.terraform_remote_state.shared.outputs.fast_api_s3_read_and_write_arn
|
||||
}
|
||||
|
||||
module "fastapi_sqs_policy" {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue