We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2337b commit 2051d65Copy full SHA for 2051d65
output.tf
@@ -66,6 +66,10 @@ output "platform_bucket_arn" {
66
value = var.feature_blob_storage_enabled ? module.truefoundry_bucket[0].s3_bucket_arn : ""
67
}
68
69
+output "blob_storage_uri" {
70
+ value = var.feature_blob_storage_enabled ? "s3://${module.truefoundry_bucket[0].s3_bucket_id}" : ""
71
+}
72
+
73
################################################################################
74
# ECR details
75
0 commit comments