Dmitry Kisler
Dmitry Kisler
## Problem description Some Neon API end-points return incorrect responses. The are not in line with [the documentation](https://console.neon.tech/api-docs/v1), neither are they correct from the logical point of view. ## How...
### OpenTofu Version ```shell 1.6.0 ``` ### Use Cases N/A ### Attempted Solutions N/A ### Proposal It'd be beneficial to revise and enhance the tests for base execution paths with...
### Summary This RFC introduces the minimal required OpenTofu version and proposes the way to handle mismatch between the OpenTofu version used to _write_ the state file and the OpenTofu...
I appears that `internal/tofu/eval_context_builtin.go:BuiltinEvalContext` is a decorator of `internal/tofu/context_plugins.go:contextPlugins` for schema caching - maybe we could simplify the design because the value of such complexity is not clear. Followup on...
## Integration test See: `internal/backend/remote-state/pg_test.go` - [ ] Structure - Use `cty.Value` as the test argument instead of `map[string]interface{}` - Split tests for `PrepareConfig` and `Configure`
### OpenTofu Version ```shell v1.6.0-alpha5 ``` ### Use Cases **GIVEN** - Module is defined correctly - State is initialised - No tests defined, or no test files (*.tftest.hcl) found by...
- [ ] Add integration tests - [ ] Add e2e tests: - [ ] Commands: - [ ] `tofu init`: - [ ] `tofu plan` - [ ] `tofu...
Followup on #913. ## Problem It was [noticed](https://github.com/opentofu/opentofu/issues/913#issuecomment-1824148475) that the [repo configuration](https://packagecloud.io/install/repositories/opentofu/tofu/config_file.repo?os=rpm_any&dist=rpm_any&source=script) used by the [convenience script](https://opentofu.org/docs/intro/install/rpm#installing-using-the-convenience-script) differs from the configuration in the [step-by-step instructions](https://opentofu.org/docs/intro/install/rpm#step-by-step-instructions) for the rpm OpenTofu distribution....
## Problem statement There are several places with unused parameters throughout the codebase. For example, the variable passed as an argument [here](https://github.com/opentofu/opentofu/blob/0a0787edf2cdae536160428b04ef49ee88818ad6/internal/command/test.go#L256) is not used in the method. Moreover, the...
## Problem As a maintainer, I want to be able to get the context of attributes and blocks used to define OpenTofu tests. Unfortunately, none of the relevant schemas are...