Skip to content

Commit

Permalink
chore: remove debug outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpanzella committed Oct 1, 2024
1 parent 0345b15 commit a70e687
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/public-dns/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ output "url" {

output "oidc_issuer_url" {
value = module.wandb.oidc_issuer_url
}
}

output "vm_skus" {
value = module.wandb.vm_skus
}

0 comments on commit a70e687

Please sign in to comment.