go-tfe
go-tfe copied to clipboard
Add method to list variable sets by workspace
Description
The Variable Sets api supports listing VariableSets using a WorkspaceID. This is useful if you only want to select the VariableSets used by an API.
Testing plan
- Create a Workspace and add a Variable set to it.
- Call ListForWorkspace using the workspaceID.
External links
https://www.terraform.io/enterprise/api-docs/variable-sets#list-variable-set
Your changes have been merged in #552. Thank you for your contribution!