Skip to content

Commit

Permalink
object store integration in TFE release test
Browse files Browse the repository at this point in the history
  • Loading branch information
kkavish committed Dec 10, 2024
1 parent f576073 commit 3c557d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ output "vm_mig" {

output "object_store_details" {
value = {
bucket = local.object_storage.bucket
project= local.object_storage.project
bucket = local.object_storage.bucket
project = local.object_storage.project
}
}

0 comments on commit 3c557d7

Please sign in to comment.