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 e53c502 commit 305a91aCopy full SHA for 305a91a
internal/provider/data_source_project_test.go
@@ -32,6 +32,8 @@ func TestAccTFEProjectDataSource_basic(t *testing.T) {
32
resource.TestCheckResourceAttrSet("data.tfe_project.foobar", "id"),
33
resource.TestCheckResourceAttr(
34
"data.tfe_project.foobar", "workspace_ids.#", "1"),
35
+ resource.TestCheckResourceAttr(
36
+ "data.tfe_project.foobar", "workspace_names.#", "1"),
37
),
38
},
39
0 commit comments