go-tfe icon indicating copy to clipboard operation
go-tfe copied to clipboard

HCP Terraform/Enterprise API Client/SDK in Golang

Results 62 go-tfe issues
Sort by recently updated
recently updated
newest added

## Description: **NOTE: The`Variables` field in `Run` has been changed from type `[]*RunVariable` to `[]*RunVariableAttr` ** Ref PR: https://github.com/hashicorp/go-tfe/pull/204 Run variables in RunCreateOptions are not marshalled in line with the...

## Description Add new assessment trigger notifications for workspace assessment that just went GA. Would like to use these strings in the Terraform TFE Provider. ## Testing plan Add these...

An extension of #525, where I've ported the script `generate_resource` over to Go, giving us greater flexibility in code generation. Namely, the biggest benefit (aside from writing it in Go)...

* Move CONTRIBUTING.md * Add CODE_OF_CONDUCT.md * Move SECURITY.md

## Description The Variable Sets api supports listing VariableSets using a WorkspaceID. This is useful if you only want to select the VariableSets used by an API. ## Testing plan...

I would like to see "assessment:drifted" and "assessment:failed" added to the Notification Configurations triggers.

## Description Add [pull_request_target](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target) to the ci workflow so forks from this repository will also be able to run the ci integration tests. ## Testing plan 1. We could create...

DO NOT MERGE

go-tfe utilizes [go-slug in their update functionality](https://github.com/hashicorp/go-tfe/blob/392b6391d911646ef772a84df95a7504f9538c78/configuration_version.go#L276). This [PR of go-slug](https://github.com/hashicorp/go-slug/pull/29) disallows symlinks be default and adds an option for the user to specify paths that symlinks should be allowed....

## Description This go-tfe error `workspace is still being processed to discover resources` in combination with this provider-tfe error `To delete this workspace without destroying the managed resources, add force_delete...

## Description The data retention policy APIs (a TFE only feature) in the 202401-1 TFE Release have be updated return polymorphic data retention policy types. Previously the workspace and organization...