James Humphries
James Humphries
I'd love to be able to get/post corp fittings, but there is currently no endpoint.
### Use Cases End users would love to be able to implement their own cloud backends, we should document the inner-workings of this backend and document/discuss how someone can approach...
### OpenTofu Version ```shell any ``` ### Use Cases Allow people to download versions of opentofu without hitting all pages on the github releases page (or API). ### Attempted Solutions...
### OpenTofu Version ```shell 1.6.0 ``` ### Use Cases When we originally forked, we removed part of the logic around package authentication that would give special treatment to hashicorp providers...
### OpenTofu Version ```shell 1.6.0 ``` ### OpenTofu Configuration Files ```hcl terraform { required_providers { local = { source = "hashicorp/local" version = "2.4.1" } } } provider "local" {...
This PR brings around 2 features. Firstly, I have removed the `New C# class` and `New C# Interface` options, in favour of `New C# File` which will then prompt the...
### OpenTofu Version ```shell - ``` ### Use Cases With the work put in with #379 , I believe it may be beneficial to allow end users of OpenTofu to...
This PR is mainly to add opentelemetry throughout the planning phase. The initial aim for this was to make a "small PR" to instrument some of the process around planning...