Skip to content

Commit 87c1f40

Browse files
committed
security: mark sensitive variables as sensitive
1 parent ef4273c commit 87c1f40

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app-runner/inputs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ variable "ssm_secrets" {
2828
description = "Map of environment variable names to SSM parameter names for secrets"
2929
type = map(string)
3030
default = {}
31+
sensitive = true
3132
# Eg.: { "DATABASE_PASSWORD" = "/app/db/password" }
3233
}
3334

cognito-user-pool/inputs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ variable "linkedin_credentials" {
3636
description = "Linkedin OIDC settings"
3737
type = map(string)
3838
default = {}
39+
sensitive = true
3940
}
4041

4142
variable "google_credentials" {

0 commit comments

Comments
 (0)