We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87878b commit 9a4693aCopy full SHA for 9a4693a
test/unit-complete/variables.tf
@@ -101,16 +101,7 @@ variable "projects" {
101
name = string,
102
body = string
103
}))
104
- default = [
105
- {
106
- name = "Testproject"
107
- body = "This is a fancy test project for testing"
108
- },
109
110
- name = "Another Testproject"
111
112
- }
113
- ]
+ default = []
114
}
115
116
variable "issue_labels" {
0 commit comments