Skip to content

Commit

Permalink
fix: remove the log_drain_url in output because not relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
josephpage committed May 3, 2023
1 parent 525a5cb commit 9d69a6e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,3 @@ output "region" {
description = "Region where the application is deployed."
value = local.current_region
}

output "log_drain_url" {
description = "URL of the drain to use by Scalingo to send logs to your log management system. (Note: the username and password are included in the URL, be careful with the security of this URL.). It's already marked as sensitive to avoid leaking it in the Terraform state."
value = sensitive(scalingo_app.log_drain.drain_url)
}

0 comments on commit 9d69a6e

Please sign in to comment.