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 9986263 commit 21a4ff7Copy full SHA for 21a4ff7
tfe/data_source_variable_set_test.go
@@ -106,7 +106,11 @@ resource "tfe_variable_set" "foobar" {
106
description = "a description"
107
organization = tfe_organization.foobar.id
108
workspace_ids = [tfe_workspace.foobar.id]
109
- project_ids = [tfe_project.foobar.id]
+}
110
+
111
+resource "tfe_project_variable_set" "foobar" {
112
+ variable_set_id = tfe_variable_set.foobar.id
113
+ project_id = tfe_project.foobar.id
114
}
115
116
resource "tfe_variable" "envfoo" {
0 commit comments