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
[IPL-7725] Adding Support for Calls to /workspaces/{external_id}/all-vars API Endpoint on HCP Terraform (#1105)
* IPL-7725: Adding support for a new API to list all variables associated with a workspace including
variables that inherited from organization and/or project variable sets. The List API does not
include variables that are inherited from varsets but not overwritten in the workspace.
* [IPL-7725] Adding support for calling the /api/v2/workspaces/{id}/all-vars API
and adding integration tests
* [IPL-7725] Adding changelog entry
* [IPL-7725] Fixing lint issues - adding mock functions for ListAll API
---------
Co-authored-by: Amartya Majumdar <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
# Unreleased
2
+
* Add support for HCP Terraform `/api/v2/workspaces/{external_id}/all-vars` API endpoint to fetch the list of all variables available to a workspace (include inherited variables from varsets) by @debrin-hc[#1105](https://github.com/hashicorp/go-tfe/pull/1105)
0 commit comments