main
Move configs/ to internal/configs/
feat(import): support import blocks inside child modules (#38352)
fix(import): include provider local in generated resource cfg when set in import
plannable import: add a provider argument to the import block (#33175)
experiments: config_driven_move has concluded
ensure destroy events can not be used
Allow cloud block overrides
PSS: Add initial (incomplete) version of code changes to the `init` command for using pluggable state storage (#37321)
Update and add new tests for module-parsing logic (#37176)
add failing test for IgnoreAllChanges override
Fixes depends_on when overriding modules (#32796)
Test output type override merge
Add test helper to create mock provider that contains a state store (#37556)
Add `const` attribute to variable blocks
allow nullable override
terraform test: implement the source attribute for mock providers (#34192)
terraform test: parse mocking structures with test files (#34143)
Implement controlling destroy functionality within Terraform Test (#37359)
testing framework: change test file extension to .tftest.hcl (#33553)
[Testing Framework] Add test file HCL configuration and parser functionality (#33325)
terraform test: fix crash when using nested modules from test run blocks (#33589)
testing framework: allow users to specify deeply nested testing directories (#33584)
Terraform test: Execute eligible test runs in parallel (#36300)