From bc5ceed25ee21fe9bbc66425290a497dc529b606 Mon Sep 17 00:00:00 2001 From: Aleksandr Pavliutin Date: Fri, 5 Aug 2022 10:06:24 +0300 Subject: [PATCH] fix output refers to sensitive values --- modules/postgresql/outputs.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/postgresql/outputs.tf b/modules/postgresql/outputs.tf index b02e705e..04bd3c36 100644 --- a/modules/postgresql/outputs.tf +++ b/modules/postgresql/outputs.tf @@ -118,6 +118,7 @@ output "primary" { output "replicas" { value = values(google_sql_database_instance.replicas) description = "A list of `google_sql_database_instance` resources representing the replicas" + sensitive = true } output "instances" {