Skip to content

Commit

Permalink
output in example too
Browse files Browse the repository at this point in the history
  • Loading branch information
levinandrew committed Aug 23, 2024
1 parent 1961e85 commit c1206da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/public-dns-external/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ output "bucket_name" {
value = module.wandb_infra.bucket_name
}

output "bucket_path" {
value = module.wandb_infra.bucket_path
}

output "bucket_queue_name" {
value = module.wandb_infra.bucket_queue_name
}
Expand Down

0 comments on commit c1206da

Please sign in to comment.