Skip to content

Commit de5541b

Browse files
committed
ensure unrelated variables without default values are allowed
1 parent 222fd90 commit de5541b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

provisioner/terraform/tfparse/tfparse_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ func Test_WorkspaceTagDefaultsFromFile(t *testing.T) {
9898
type = string
9999
default = "us"
100100
}
101+
variable "unrelated" {
102+
type = bool
103+
}
101104
data "coder_parameter" "unrelated" {
102105
name = "unrelated"
103106
type = "list(string)"

0 commit comments

Comments
 (0)