Skip to content

Commit

Permalink
Add dependency for reports module
Browse files Browse the repository at this point in the history
  • Loading branch information
egorodov committed May 31, 2023
1 parent 3420386 commit 52e409e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion terraform/modules.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ module "basic_slack_alerting" {
}

module "reports_gateway" {
source = "./modules/s3-gateway"
source = "./modules/s3-gateway"
depends_on = [module.s3_bucket]

env = var.environment
bucket_name = module.s3_bucket.bucket_name

Expand Down

0 comments on commit 52e409e

Please sign in to comment.