From b8a042beb5539da78db0c87a7b6012f4ce35bbf9 Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 19 May 2023 12:34:29 -0400 Subject: [PATCH] fix --- common/resources.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/resources.tf b/common/resources.tf index 12424b2..03f86ba 100644 --- a/common/resources.tf +++ b/common/resources.tf @@ -180,7 +180,7 @@ resource "aws_s3_bucket_policy" "policy" { bucket = aws_s3_bucket.this.bucket # policy = data.aws_iam_policy_document.this.json policy = data.aws_iam_policy_document.bucket_policy_combined.json - depends_on = [null_resource.policy_delay] + depends_on = [time_sleep.policy_delay] } resource "aws_s3_bucket_public_access_block" "this" {