Skip to content

Commit

Permalink
Of course we need to output the credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Jun 30, 2021
1 parent e2ee1ef commit ccadf23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ output "service_id" {
description = "The service id"
value = cloudfoundry_service_instance.postgres.id
}

output "credentials" {
description = "The service credentials"
sensitive = true
value = cloudfoundry_service_key.database_key.credentials
}

0 comments on commit ccadf23

Please sign in to comment.