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,