Caleb Van Dyke
Caleb Van Dyke
Would be nice if we offered some kind of checkpointing solution. Imagine your process step is working fine but something was mis-configured with your sink. It would be nice if...
### OpenTofu Version ```shell OpenTofu v1.7.1 on darwin_arm64 ``` ### OpenTofu Configuration Files ```hcl terraform { backend "http" { address = "http://localhost:8000" headers = { "authorization" = "Bearer access-token" "Cache-Control"...
Resolves #1656 ## Target Release 1.8.0 ## Checklist - [ x ] I have read the [contribution guide](https://github.com/opentofu/opentofu/blob/main/CONTRIBUTING.md). - [ x ] I have not used an AI coding assistant...