Skip to content

Commit

Permalink
Merge pull request #7 from dbrian57/security-values
Browse files Browse the repository at this point in the history
Added security values to outputs
  • Loading branch information
MasonEgger committed Sep 9, 2021
2 parents 2cb2ea5 + 687fb8e commit 1f45b6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 01-minimal-web-db-stack/outputs.tf
Expand Up @@ -21,6 +21,7 @@ output "database_port" {
# The URI for connecting to the database
output "database_private_uri" {
value = digitalocean_database_cluster.postgres-cluster.private_uri
sensitive = true
}

# The name of the default database
Expand All @@ -36,4 +37,5 @@ output "database_user" {
# The default user password
output "database_password" {
value = digitalocean_database_cluster.postgres-cluster.password
sensitive = true
}

0 comments on commit 1f45b6f

Please sign in to comment.