go-tfe
go-tfe copied to clipboard
HCP Terraform/Enterprise API Client/SDK in Golang
The Workspace struct currently does not have a field to capture the "locked-by" relationship https://www.terraform.io/docs/cloud/api/workspaces.html#locked_by Happy to do a PR
Consistently seeing the below error when trying to plan a workspace in Terraform enterprise `Operation failed: failed uploading filesystem: request failed: PUT https:///_archivist/v1/object/dmF1bHQ6djE6bVFjWmVYcnZwYmRGN0hSanRGZS8vbjhZd3lWNXpsM1dVOWtweUtBNkphSFVkbE5aWlNjZS9LNiswWXFkNFN5RDlUZmI2ZytET0xlcjAwODNhSitScS9wM1R4TlFEWEFzWUtDUFJqYVV5dVNEc2ROMlEvZWtKTUZKOXRjNHV0YnhSeUlkRnNnakVqKzhmSFBXRUtRV25GcElCdndtaUJwaVQ5SXV4NnhPMC9IeW80aE9iQTdyK2VNWVIxdlVVYU9qdEVNZkpqODZFb29GVWV0VzcrUlFCSmZlbFFkbTFYMTkvTWgrY2M2QndhVWdVN2tnNjhMOFJ5aWZsdzlIRzR6Rnd6OW9ZdEFFMWs2Q0NEWU5PMHgrLzZiNmZ6ZWpjU25TaFRoZnF5anpISDJDeXFUMG1jM0IzZm92cmVjaTE5bmZkalVRUmo4U1Q1MGNsSVQ5YWdjPQ giving up after 16 attempt(s): Put "https://_archivist/v1/object/dmF1bHQ6djE6bVFjWmVYcnZwYmRGN0hSanRGZS8vbjhZd3lWNXpsM1dVOWtweUtBNkphSFVkbE5aWlNjZS9LNiswWXFkNFN5RDlUZmI2ZytET0xlcjAwODNhSitScS9wM1R4TlFEWEFzWUtDUFJqYVV5dVNEc2ROMlEvZWtKTUZKOXRjNHV0YnhSeUlkRnNnakVqKzhmSFBXRUtRV25GcElCdndtaUJwaVQ5SXV4NnhPMC9IeW80aE9iQTdyK2VNWVIxdlVVYU9qdEVNZkpqODZFb29GVWV0VzcrUlFCSmZlbFFkbTFYMTkvTWgrY2M2QndhVWdVN2tnNjhMOFJ5aWZsdzlIRzR6Rnd6OW9ZdEFFMWs2Q0NEWU5PMHgrLzZiNmZ6ZWpjU25TaFRoZnF5anpISDJDeXFUMG1jM0IzZm92cmVjaTE5bmZkalVRUmo4U1Q1MGNsSVQ5YWdjPQ":...
Update CODEOWNERS to allow other internal employees to approve PRs. We do not have a GitHub team for TFC App Eng Leads, so terraform-enterprise is the general group that was...
## Description This PR aims to address the missing support for Run Tasks Integration API. I have already raised an issue https://github.com/hashicorp/go-tfe/issues/862 about this. It introduces the following: - RunTaskRequest...
## Description Updating include options for OrganizationMembership to add Organization ## Testing plan TBD ## External links ## Output from tests Including output from tests may require access to a...
## Description The User API will be deprecating the `is-site-admin` attribute in favor of `is-admin` which was introduced yesterday This is a one-line change since this variable is being referenced...
## Description ## Testing plan ## External links ## Output from tests Including output from tests may require access to a TFE instance. Ignore this section if you have no...
## Description This PR adds a new filter option `CurrentRunStatus` to `WorkspaceListOptions`, allowing a list of Workspaces to be filtered by current run status. Here is an example of listing...
Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.7.5 to 0.7.6. Changelog Sourced from github.com/hashicorp/go-retryablehttp's changelog. 0.7.6 (May 9, 2024) ENHANCEMENTS: client: support a RetryPrepare function for modifying the request before retrying (#216) client: support...
## Description This PR adds a new team permission - `AllowMemberTokenManagement` - to the `Team` block. `AllowMemberTokenManagement` is `true` by default and can only be managed by Owners or users...