go-tfe
go-tfe copied to clipboard
HCP Terraform/Enterprise API Client/SDK in Golang
Does `go-tfe` support the Force Execute option? https://www.terraform.io/docs/cloud/api/run.html#forcefully-execute-a-run I couldn't see an option in run.go https://github.com/hashicorp/go-tfe/blob/master/run.go#L18
Hi, Would like to request for subscription APIs to be available through go-tfe. Document link here for reference. https://www.terraform.io/docs/cloud/api/subscriptions.html thx Murali
# Description Release https://github.com/hashicorp/go-tfe/releases/tag/v0.21.0 added the ability to pass run variable to workspaces' run. ## Expected behaviour As for [official documentation](https://www.terraform.io/cloud-docs/api-docs/run#request-body), the expected payload should be something like: ``` "attributes":...
When dealing with Provider Platforms within the Registry, there is an attribute that is helpful to determine if a platform version has been created, but has not been uploaded with...
Terraform Versions have several attributes that can be filtered on: - official (true or false) - enabled (true or false) - beta (true or false) - usage (when 0 or...
For a Speculative Plan I'd like to add a comment. However, [RunCreateOptions ](https://github.com/hashicorp/go-tfe/blob/0c9b270bfaefe4576eacc08e003e42669d7fd6df/run.go#L198) doesn't provide an option. I can set a comment for [Apply](https://github.com/hashicorp/go-tfe/blob/0c9b270bfaefe4576eacc08e003e42669d7fd6df/run.go#L314) but not for Runs that are...
## Description This is my first time submitting a PR to a mature product like go-tfe. Any feedback would be much appreciated. I created this PR because I would like...
## Description Currently, our CI workflow completes after about ~22 minutes which introduces unnecessary friction for community and internal pull requests. This PR introduces test splitting into our CI workflow...
What is the correct way to check if a plan can be applied? When I tried to apply the plan below it fails with `transition not allowed` Here is the...
👋 (Apologies I am still learning about Go and testing) Is it possible that this project provide tools/scaffolding/instructions on how to mock and test tools built with go-tfe? For example,...