We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef4273c commit 87c1f40Copy full SHA for 87c1f40
app-runner/inputs.tf
@@ -28,6 +28,7 @@ variable "ssm_secrets" {
28
description = "Map of environment variable names to SSM parameter names for secrets"
29
type = map(string)
30
default = {}
31
+ sensitive = true
32
# Eg.: { "DATABASE_PASSWORD" = "/app/db/password" }
33
}
34
cognito-user-pool/inputs.tf
@@ -36,6 +36,7 @@ variable "linkedin_credentials" {
36
description = "Linkedin OIDC settings"
37
38
39
40
41
42
variable "google_credentials" {
0 commit comments