Skip to content

Commit ad6f427

Browse files
6aKaAleksandr Pavliuting-awmalik
authored
fix: set replicas output as sensitive pgsql (#334)
Co-authored-by: Aleksandr Pavliutin <[email protected]> Co-authored-by: g-awmalik <[email protected]>
1 parent b1ef34d commit ad6f427

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/postgresql/outputs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ output "primary" {
118118
output "replicas" {
119119
value = values(google_sql_database_instance.replicas)
120120
description = "A list of `google_sql_database_instance` resources representing the replicas"
121+
sensitive = true
121122
}
122123

123124
output "instances" {

0 commit comments

Comments
 (0)