Skip to content

Commit 5b3c33a

Browse files
committed
formatting
1 parent cf7d67e commit 5b3c33a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

enterprise/coderd/workspaces_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,12 +1508,12 @@ func TestWorkspaceTagsTerraform(t *testing.T) {
15081508
name: "tag param with default from var",
15091509
provisionerTags: map[string]string{"foo": "bar"},
15101510
tfWorkspaceTags: `
1511-
variable "foo" {
1511+
variable "foo" {
15121512
type = string
15131513
default = "bar"
15141514
}
1515-
data "coder_parameter" "foo" {
1516-
name = "foo"
1515+
data "coder_parameter" "foo" {
1516+
name = "foo"
15171517
type = "string"
15181518
default = var.foo
15191519
}

0 commit comments

Comments
 (0)