You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: variables.tf
-24Lines changed: 0 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -60,12 +60,6 @@ variable "has_issues" {
60
60
default=null
61
61
}
62
62
63
-
variable"has_projects" {
64
-
description="(Optional) Set to true to enable the GitHub Projects features on the repository. Per the github documentation when in an organization that has disabled repository projects it will default to false and will otherwise default to true. If you specify true when it has been disabled it will return an error. (Default: false)"
65
-
type=bool
66
-
default=null
67
-
}
68
-
69
63
variable"has_wiki" {
70
64
description="(Optional) Set to true to enable the GitHub Wiki features on the repository. (Default: false)"
0 commit comments