We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2051d65 commit 3184c93Copy full SHA for 3184c93
output.tf
@@ -67,7 +67,8 @@ output "platform_bucket_arn" {
67
}
68
69
output "blob_storage_uri" {
70
- value = var.feature_blob_storage_enabled ? "s3://${module.truefoundry_bucket[0].s3_bucket_id}" : ""
+ description = "URI of the S3 bucket"
71
+ value = var.feature_blob_storage_enabled ? "s3://${module.truefoundry_bucket[0].s3_bucket_id}" : ""
72
73
74
################################################################################
0 commit comments