Skip to content

Commit

Permalink
add additional dependency to s3 data source
Browse files Browse the repository at this point in the history
  • Loading branch information
novekm committed Jul 14, 2024
1 parent 534eda9 commit 17813a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ data "aws_s3_object" "streamlit_assets" {
depends_on = [
# aws_s3_object.streamlit_assets,
# Temporary workaround until this GitHub issue on aws_s3_object is resolved: https://github.com/hashicorp/terraform-provider-aws/issues/12652
null_resource.put_s3_object
null_resource.put_s3_object,
aws_s3_bucket.streamlit_s3_bucket
]
}

0 comments on commit 17813a7

Please sign in to comment.