Skip to content

Commit 17813a7

Browse files
committed
add additional dependency to s3 data source
1 parent 534eda9 commit 17813a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data.tf

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ data "aws_s3_object" "streamlit_assets" {
3030
depends_on = [
3131
# aws_s3_object.streamlit_assets,
3232
# Temporary workaround until this GitHub issue on aws_s3_object is resolved: https://github.com/hashicorp/terraform-provider-aws/issues/12652
33-
null_resource.put_s3_object
33+
null_resource.put_s3_object,
34+
aws_s3_bucket.streamlit_s3_bucket
3435
]
3536
}

0 commit comments

Comments
 (0)