go-tfe
go-tfe copied to clipboard
HCP Terraform/Enterprise API Client/SDK in Golang
## Description Allow go-tfe to access and manage drift detection setting for workspaces in TFC. ## Testing plan ## External links - [API documentation](https://www.terraform.io/cloud-docs/api-docs/workspaces#request-body) - tfe provider PR forthcoming. ##...
## 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...
Without these changes a module version with prerelease or metadata will fail, while these are actually valid SemVer versions that are allowed by the module registry. The PR includes tests...
## 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 Remove mentions of beta for recently added List Runs options and remove `skipIfBeta` ## Testing plan ## External links - [API documentation](https://www.terraform.io/cloud-docs/api-docs/run#list-runs-in-a-workspace) - [Related PR](https://github.com/hashicorp/go-tfe/pull/424) ## Output from...
`VariableSetVariables.List()` returns a `[]VariableSetVariable`. `VariableSetVariable` has a `VariableSet` property, but it is always set to null in the output from `VariableSetVariables.List()`. I'm trying to generate a combined list of variables...
## Description Add `PullRequestOutputsEnabled` to Workspace settings. The PR is not ready to be released yet due to other dependencies. Will unmark its draft status when it's ready to be...
https://www.terraform.io/cloud-docs/api-docs/agents#list-agents Would be great to support in this client.
GPG key functions exist, but `List()` is missing. https://github.com/hashicorp/go-tfe/blob/main/gpg_key.go Docs: Docs: https://www.terraform.io/cloud-docs/api-docs/private-registry/gpg-keys Potential interface change: ``` type GPGKeys interface { ... existing // List all GPG keys. List(ctx context.Context, organizationName...
I would like to be able to provide a slice of bytes directly to the upload of the configuration versions instead of requiring that the terraform code be on disk....