Skip to content

Commit

Permalink
change depends_on
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Badrak committed Jun 22, 2020
1 parent ecfd8a4 commit feb3072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ resource "aws_s3_bucket_object" "this_objects" {
key = format("%s/", element(var.bucket_folders, count.index))
source = "/dev/null"

depends_on = [aws_s3_bucket.this]
depends_on = [null_resource.s3_create_wait]
}

0 comments on commit feb3072

Please sign in to comment.