Skip to content

Commit

Permalink
Merge pull request #375 from hashicorp/byronwolfman/apply-and-remove-…
Browse files Browse the repository at this point in the history
…variable-sets

Feature: add support for applying/removing variable set against workspaces
  • Loading branch information
byronwolfman committed May 2, 2022
2 parents 5354461 + 8273360 commit 6115330
Show file tree
Hide file tree
Showing 5 changed files with 418 additions and 80 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,7 @@
## Enhancements

* Adds support for reading current state version outputs to StateVersionOutputs, which can be useful for reading outputs when users don't have the necessary permissions to read the entire state.
* Adds Variable Set methods for `ApplyToWorkspaces` and `RemoveFromWorkspaces` [#375](https://github.com/hashicorp/go-tfe/pull/375)

# v1.1.0

Expand Down
1 change: 1 addition & 0 deletions generate_mocks.sh
Expand Up @@ -49,5 +49,6 @@ mockgen -source=team_token.go -destination=mocks/team_token_mocks.go -package=mo
mockgen -source=user.go -destination=mocks/user_mocks.go -package=mocks
mockgen -source=user_token.go -destination=mocks/user_token_mocks.go -package=mocks
mockgen -source=variable.go -destination=mocks/variable_mocks.go -package=mocks
mockgen -source=variable_set.go -destination=mocks/variable_set_mocks.go -package=mocks
mockgen -source=workspace.go -destination=mocks/workspace_mocks.go -package=mocks
mockgen -source=workspace_run_task.go -destination=mocks/workspace_run_tasks.go -package=mocks
153 changes: 153 additions & 0 deletions mocks/variable_set_mocks.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6115330

Please sign in to comment.