Skip to content

Commit

Permalink
fix delay2
Browse files Browse the repository at this point in the history
  • Loading branch information
ashle001 committed Sep 24, 2020
1 parent 9fea093 commit c606874
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 @@ -152,7 +152,7 @@ resource "aws_s3_bucket_object" "this_objects" {
key = format("%s/", element(var.bucket_folders, count.index))
source = "/dev/null"

depends_on = [null_resource.s3_create_wait]
depends_on = [null_resource.policy_delay]
}

#-------------------------------------------------------------------------
Expand Down

0 comments on commit c606874

Please sign in to comment.