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 cf7d67e commit 5b3c33aCopy full SHA for 5b3c33a
enterprise/coderd/workspaces_test.go
@@ -1508,12 +1508,12 @@ func TestWorkspaceTagsTerraform(t *testing.T) {
1508
name: "tag param with default from var",
1509
provisionerTags: map[string]string{"foo": "bar"},
1510
tfWorkspaceTags: `
1511
- variable "foo" {
+ variable "foo" {
1512
type = string
1513
default = "bar"
1514
}
1515
- data "coder_parameter" "foo" {
1516
- name = "foo"
+ data "coder_parameter" "foo" {
+ name = "foo"
1517
type = "string"
1518
default = var.foo
1519
0 commit comments