From 5e6bcfdf85571aa25933e1c4998750f21ec19b7a Mon Sep 17 00:00:00 2001 From: Douglas Parsons Date: Fri, 9 Sep 2022 07:43:57 +0100 Subject: [PATCH] Mark project_environment_variable value as sensitive --- vercel/resource_project_environment_variable.go | 1 + 1 file changed, 1 insertion(+) diff --git a/vercel/resource_project_environment_variable.go b/vercel/resource_project_environment_variable.go index f96f30c6..7c5426ff 100644 --- a/vercel/resource_project_environment_variable.go +++ b/vercel/resource_project_environment_variable.go @@ -48,6 +48,7 @@ At this time you cannot use a Vercel Project resource with in-line ` + "`environ Required: true, Description: "The value of the Environment Variable.", Type: types.StringType, + Sensitive: true, }, "git_branch": { Optional: true,