diff --git a/variables.tf b/variables.tf index db1d2c1..8a23e94 100644 --- a/variables.tf +++ b/variables.tf @@ -6,6 +6,7 @@ variable "client_id" { variable "client_secret" { description = "Microsoft Azure AD Client Secret" type = string + sensitive = true } variable "function_name" {