Skip to content

Commit 0a2b874

Browse files
committed
remove duplicate tag block
1 parent 891ce7e commit 0a2b874

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

preview_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ func Test_Extract(t *testing.T) {
5656
"string": "foo",
5757
"number": "42",
5858
"bool": "true",
59-
"extra": "bar",
6059
"list": `["a", "b", "c"]`,
6160
"map": `{"key1": "value1", "key2": "value2"}`,
6261
"complex": `{"nested": {"key": "value"}, "nested_list": [1, 2, 3]}`,

testdata/sometags/main.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,3 @@ data "coder_workspace_tags" "custom_workspace_tags" {
2727
}
2828
}
2929

30-
31-
data "coder_workspace_tags" "custom_workspace_tags" {
32-
tags = {
33-
"extra" = "bar"
34-
}
35-
}

0 commit comments

Comments
 (0)