From 2308b8e759cd0c6a58a5b1111859da2e8d225d50 Mon Sep 17 00:00:00 2001 From: Andy Lo-A-Foe Date: Wed, 30 Jun 2021 17:38:20 +0200 Subject: [PATCH] Formatting --- outputs.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/outputs.tf b/outputs.tf index c63f14c..3194aba 100644 --- a/outputs.tf +++ b/outputs.tf @@ -5,6 +5,6 @@ output "service_id" { output "credentials" { description = "The service credentials" - sensitive = true - value = cloudfoundry_service_key.database_key.credentials + sensitive = true + value = cloudfoundry_service_key.database_key.credentials } \ No newline at end of file