File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed
Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ module "repository" {
3434 homepage_url = var. url
3535 private = false
3636 has_issues = var. has_issues
37- has_projects = var. has_projects
3837 has_wiki = var. has_wiki
3938 allow_merge_commit = var. allow_merge_commit
4039 allow_rebase_merge = var. allow_rebase_merge
@@ -153,8 +152,6 @@ module "repository" {
153152 tls_private_key . deploy [1 ]. public_key_openssh
154153 ]
155154
156- projects = var. projects
157-
158155 autolink_references = var. autolink_references
159156
160157 app_installations = var. app_installations
Original file line number Diff line number Diff line change @@ -28,12 +28,6 @@ variable "has_issues" {
2828 default = true
2929}
3030
31- variable "has_projects" {
32- description = " Set to true to enable the GitHub Projects features on the repository."
33- type = bool
34- default = true
35- }
36-
3731variable "has_wiki" {
3832 description = " Set to true to enable the GitHub Wiki features on the repository."
3933 type = bool
@@ -94,15 +88,6 @@ variable "license_template" {
9488 default = " mit"
9589}
9690
97- variable "projects" {
98- description = " A list of projects to create."
99- type = list (object ({
100- name = string ,
101- body = string
102- }))
103- default = []
104- }
105-
10691variable "issue_labels" {
10792 description = " A list of issue labels to create."
10893 type = list (object ({
You can’t perform that action at this time.
0 commit comments