File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1480,8 +1480,8 @@ func TestWorkspaceTagsTerraform(t *testing.T) {
1480
1480
name : "tag variable" ,
1481
1481
provisionerTags : map [string ]string {"foo" : "bar" },
1482
1482
tfWorkspaceTags : `
1483
- variable "foo" {
1484
- default = "bar"
1483
+ variable "foo" {
1484
+ default = "bar"
1485
1485
}
1486
1486
data "coder_workspace_tags" "tags" {
1487
1487
tags = {
@@ -1493,8 +1493,8 @@ func TestWorkspaceTagsTerraform(t *testing.T) {
1493
1493
name : "tag param" ,
1494
1494
provisionerTags : map [string ]string {"foo" : "bar" },
1495
1495
tfWorkspaceTags : `
1496
- data "coder_parameter" "foo" {
1497
- name = "foo"
1496
+ data "coder_parameter" "foo" {
1497
+ name = "foo"
1498
1498
type = "string"
1499
1499
default = "bar"
1500
1500
}
@@ -1509,7 +1509,7 @@ func TestWorkspaceTagsTerraform(t *testing.T) {
1509
1509
provisionerTags : map [string ]string {"foo" : "bar" },
1510
1510
tfWorkspaceTags : `
1511
1511
variable "foo" {
1512
- type = " string"
1512
+ type = string
1513
1513
default = "bar"
1514
1514
}
1515
1515
data "coder_parameter" "foo" {
You can’t perform that action at this time.
0 commit comments