Skip to content

Commit

Permalink
add output
Browse files Browse the repository at this point in the history
  • Loading branch information
mscribellito committed Apr 8, 2024
1 parent 2c4ccfa commit 18dbefc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ output "gce_ssh_private_key" {
value = google_secret_manager_secret.gce_ssh_private_key.id
}

# output "winbastion_administrator" {
# value = module.winbastion_administrator.names[0]
# }
output "log_export_bucket" {
value = try(module.destination[0].resource_name, null)
}

output "cs_buckets" {
value = module.gcs.names
Expand Down

0 comments on commit 18dbefc

Please sign in to comment.