Brandon Croft
Brandon Croft
@dkirrane I'm sorry I never followed up with you. The provider can be authenticated (in order of decreasing priority) using the token provider config, the TFE_TOKEN environment variable, and finally...
This was released in [v1.11.0](https://github.com/hashicorp/go-tfe/blob/main/CHANGELOG.md#v1110)
Hi! Thanks for the report. v0.49.0 contained #1034, which did seem to break token configuration. That change was reverted and the provider was [re-released as v0.49.1](https://registry.terraform.io/providers/hashicorp/tfe/latest/docs) Sorry for the inconvenience!...
@pndurette Hello, and thanks for your patience while we investigated this issue. The upgrade should not have triggered a change or addition to value. I did find a planned modification...
@stefanmcshane Great! Thanks for fixing this. Unfortunately, I'm unable to merge it until the CLA is signed. I know this is a trivial change but it is a required check...
Hello, thanks for the input. The purpose of this repository is to provide a go interface to interact with the [Terraform Cloud API](https://developer.hashicorp.com/terraform/cloud-docs/api-docs) as it currently exists and does not...
@alexott Hey, Alex, thanks for this improvement. We'd like to enable this capability, but we need to account for allowing HCP Terraform to set a minimum interval in order to...
@alexott It's a little roundabout, but the gist is that HCP Terraform ends up running terraform using a local backend, and users may set environment variables in that context. ETA...
@alexott not at this time. The work is prioritized and narrowly scoped so it shouldn't be too much of a wait
@alexott We discovered that the [maximum interval was already implemented](https://github.com/hashicorp/terraform/blob/9448845e911fc51390dbd3d3d8f540b2abe13beb/internal/cloud/state.go#L261-L269) but opened a new PR to move ENV evaluation. Thanks again