Skip to content

Commit

Permalink
Added dependency for aws_s3_bucket_object, fixes terraform-aws-module…
Browse files Browse the repository at this point in the history
  • Loading branch information
ahlinc committed Jun 10, 2020
1 parent ee743df commit 8f5f08e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ resource "aws_s3_bucket_object" "lambda_package" {
storage_class = var.s3_object_storage_class

tags = merge(var.tags, var.s3_object_tags)

depends_on = [null_resource.archive]
}

resource "aws_lambda_provisioned_concurrency_config" "current_version" {
Expand Down

0 comments on commit 8f5f08e

Please sign in to comment.