You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -212,3 +241,19 @@ func resourceTFEVariableSetDelete(d *schema.ResourceData, meta interface{}) erro
212
241
funcwarnWorkspaceIdsDeprecation() {
213
242
log.Printf("[WARN] The workspace_ids field of tfe_variable_set is deprecated as of release 0.33.0 and may be removed in a future version. The preferred method of associating a variable set to a workspace is by using the tfe_workspace_variable_set resource.")
Copy file name to clipboardExpand all lines: website/docs/r/workspace_variable_set.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: |-
7
7
8
8
# tfe_workspace_variable_set
9
9
10
-
Adds and removes variable sets from a workspace
10
+
Adds and removes a workspace from a variable set's scope.
11
11
12
12
-> **Note:**`tfe_variable_set` has a deprecated argument `workspace_ids` that should not be used alongside this resource. They attempt to manage the same attachments and are mutually exclusive.
0 commit comments