Skip to content

Commit

Permalink
set media bucket root
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Dec 13, 2023
1 parent 2964152 commit a1099ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ module "ecs_app" {
name = "MAIL_FROM_ADDRESS"
value = "no-reply@${var.domain_name}"
},
{
name = "AWS_PUBLIC_BUCKET_ROOT"
value = "media"
},
]

secrets = [
Expand Down

0 comments on commit a1099ec

Please sign in to comment.