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 df616c9 commit f576073
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,9 @@ output "vm_mig" {
description = "The managed instance group module."
}


output "bucket" {
value = local.object_storage.bucket

description = "The name of the storage bucket."
}
output "project" {
value = local.object_storage.project

description = "The ID of the project in which the storage bucket resides."
output "object_store_details" {
value = {
bucket = local.object_storage.bucket
project= local.object_storage.project
}
}

0 comments on commit f576073

Please sign in to comment.