Skip to content

Commit 3c6adaf

Browse files
committed
Added dependencies on bucket
1 parent f3b2100 commit 3c6adaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@ resource "aws_athena_workgroup" "glue_create" {
570570
output_location = "s3://${module.glue_create_athena_workgroup_bucket[0].s3_bucket_id}/"
571571
}
572572
}
573+
depends_on = [module.glue_create_athena_workgroup_bucket]
573574
}
574575

575576
data "aws_iam_policy_document" "glue_create_sqs" {

0 commit comments

Comments
 (0)