From 873e16cb5f9cd7460a371a435f9ca417261836b0 Mon Sep 17 00:00:00 2001 From: ashle001 Date: Thu, 24 Sep 2020 08:52:48 -0400 Subject: [PATCH] remove delay --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 485daaa..b0aa5fb 100644 --- a/main.tf +++ b/main.tf @@ -105,7 +105,7 @@ data "aws_iam_policy_document" "this" { resource "aws_s3_bucket_policy" "policy" { bucket = aws_s3_bucket.this.bucket policy = data.aws_iam_policy_document.this.json - depends_on = [null_resource.policy_delay] +# depends_on = [null_resource.policy_delay] } resource "aws_s3_bucket_public_access_block" "this" {