We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 534eda9 commit 17813a7Copy full SHA for 17813a7
data.tf
@@ -30,6 +30,7 @@ data "aws_s3_object" "streamlit_assets" {
30
depends_on = [
31
# aws_s3_object.streamlit_assets,
32
# 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
+ null_resource.put_s3_object,
34
+ aws_s3_bucket.streamlit_s3_bucket
35
]
36
}
0 commit comments