Skip to content

Commit

Permalink
fix: mark client_secret as sensitive (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranbrown authored Sep 10, 2024
1 parent 26211e5 commit f136c87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ variable "client_id" {
variable "client_secret" {
description = "Microsoft Azure AD Client Secret"
type = string
sensitive = true
}

variable "function_name" {
Expand Down

0 comments on commit f136c87

Please sign in to comment.