Skip to content

Commit

Permalink
tf: output DO url
Browse files Browse the repository at this point in the history
  • Loading branch information
berekuk committed Nov 1, 2024
1 parent 1bdde4f commit ab409c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tf/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
output "vercel_project_id" {
value = vercel_project.main.id
}

output "db_url" {
value = local.generated_env.DIGITALOCEAN_POSTGRES
sensitive = true
}

0 comments on commit ab409c4

Please sign in to comment.