Skip to content

Commit

Permalink
object store integration for writing release tests in TFE
Browse files Browse the repository at this point in the history
  • Loading branch information
kkavish committed Dec 10, 2024
1 parent d7bd073 commit 0d8367d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ output "key" {
}

output "s3_bucket" {
value = local.object_storage.s3_bucket
value = local.object_storage.s3_bucket
description = "S3 bucket name"
}

0 comments on commit 0d8367d

Please sign in to comment.