diff --git a/outputs.tf b/outputs.tf index 29eeb66..c63f14c 100644 --- a/outputs.tf +++ b/outputs.tf @@ -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 +} \ No newline at end of file