Skip to content

Commit 542e300

Browse files
committed
fix(cognito-user-pool): correct Google credentials description and mark as sensitive
1 parent c33c6d3 commit 542e300

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cognito-user-pool/inputs.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ variable "linkedin_credentials" {
3939
}
4040

4141
variable "google_credentials" {
42-
description = "Linkedin OIDC settings"
42+
description = "Google OAuth settings"
4343
type = map(string)
4444
default = {}
45+
sensitive = true
4546
}
4647

4748
# Custom domain

0 commit comments

Comments
 (0)