Skip to content

Commit 2051d65

Browse files
committed
Add blob storage bucket uri
1 parent 3f2337b commit 2051d65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

output.tf

+4
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ output "platform_bucket_arn" {
6666
value = var.feature_blob_storage_enabled ? module.truefoundry_bucket[0].s3_bucket_arn : ""
6767
}
6868

69+
output "blob_storage_uri" {
70+
value = var.feature_blob_storage_enabled ? "s3://${module.truefoundry_bucket[0].s3_bucket_id}" : ""
71+
}
72+
6973
################################################################################
7074
# ECR details
7175
################################################################################

0 commit comments

Comments
 (0)