Skip to content

Commit ccadf23

Browse files
committed
Of course we need to output the credentials
1 parent e2ee1ef commit ccadf23

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

outputs.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@ output "service_id" {
22
description = "The service id"
33
value = cloudfoundry_service_instance.postgres.id
44
}
5+
6+
output "credentials" {
7+
description = "The service credentials"
8+
sensitive = true
9+
value = cloudfoundry_service_key.database_key.credentials
10+
}

0 commit comments

Comments
 (0)