Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a9b1c17

Browse files
committed
fixup! add test case with parameter default from another parameter
1 parent afff08f commit a9b1c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provisioner/terraform/tfparse/tfparse_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ func Test_WorkspaceTagDefaultsFromFile(t *testing.T) {
132132
all = true
133133
}
134134
data "coder_parameter" "az" {
135-
name = "az"
135+
name = "az"
136136
type = "string"
137137
default = var.az
138138
}

0 commit comments

Comments
 (0)