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 3d8b942 commit d7bd073
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,8 @@ output "key" {
value = data.aws_kms_key.main.id
description = "The KMS key used to encrypt data."
}

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

0 comments on commit d7bd073

Please sign in to comment.