Skip to content

Commit

Permalink
fix terratest resource creation
Browse files Browse the repository at this point in the history
  • Loading branch information
rankin-tr committed Aug 30, 2024
1 parent 06e30b1 commit 331f4cb
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 @@ -364,6 +364,8 @@ resource "aws_s3_bucket_cors_configuration" "origin" {
max_age_seconds = var.cors_max_age_seconds
}
}

depends_on = [time_sleep.wait_for_aws_s3_bucket_settings]
}

resource "aws_s3_bucket_acl" "origin" {
Expand Down

0 comments on commit 331f4cb

Please sign in to comment.