We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c6ee7 commit 43f1834Copy full SHA for 43f1834
1 file changed
modules/github/variables.tf
@@ -1,6 +1,7 @@
1
variable "github_token" {
2
description = "GitHub token to crate repos"
3
type = string
4
+ sensitive = true
5
}
6
7
variable "project_slug" {
@@ -16,4 +17,4 @@ variable "project_name" {
16
17
variable "cruft_template_url" {
18
description = "URL for the Cruft template"
19
-}
20
+}
0 commit comments