Skip to content

Commit

Permalink
fix: Lambda depends on S3 object (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
baolsen authored Feb 10, 2023
1 parent e8a4274 commit ed68dd6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,7 @@ module "billing_notifier_lambda" {
tags = var.tags

create_lambda_function_url = false

depends_on = [
aws_s3_object.deployment
]
}

0 comments on commit ed68dd6

Please sign in to comment.