Skip to content

Commit 43f1834

Browse files
authored
chore: hide sensitive vars (#8)
* feat: enable sensitive vars
1 parent e5c6ee7 commit 43f1834

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

modules/github/variables.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
variable "github_token" {
22
description = "GitHub token to crate repos"
33
type = string
4+
sensitive = true
45
}
56

67
variable "project_slug" {
@@ -16,4 +17,4 @@ variable "project_name" {
1617
variable "cruft_template_url" {
1718
description = "URL for the Cruft template"
1819
type = string
19-
}
20+
}

0 commit comments

Comments
 (0)