Skip to content

Commit 3184c93

Browse files
committed
Add description
1 parent 2051d65 commit 3184c93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: output.tf

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ output "platform_bucket_arn" {
6767
}
6868

6969
output "blob_storage_uri" {
70-
value = var.feature_blob_storage_enabled ? "s3://${module.truefoundry_bucket[0].s3_bucket_id}" : ""
70+
description = "URI of the S3 bucket"
71+
value = var.feature_blob_storage_enabled ? "s3://${module.truefoundry_bucket[0].s3_bucket_id}" : ""
7172
}
7273

7374
################################################################################

0 commit comments

Comments
 (0)