terraform/internal/refactoring
Kristin Laemmert 34935295e3
feat(import): support import blocks inside child modules (#38352)
This PR adds support for import blocks inside child modules. Duplicate blocks will overwrite prior imports (I copied this behavior from the refactoring code, but we could instead return an error if multiple import blocks target the same abs config resource).
2026-05-14 14:17:24 -04:00
..
testdata check move target module exists 2024-04-12 15:12:48 -04:00
cross_provider_move.go make copyrightfix 2026-02-17 13:56:34 +00:00
import_statement.go feat(import): support import blocks inside child modules (#38352) 2026-05-14 14:17:24 -04:00
mock_provider.go Implement LockState & UnlockState provider methods (#37711) 2025-10-03 10:02:02 +01:00
move_execute.go make copyrightfix 2026-02-17 13:56:34 +00:00
move_execute_test.go make copyrightfix 2026-02-17 13:56:34 +00:00
move_statement.go make copyrightfix 2026-02-17 13:56:34 +00:00
move_statement_test.go move refactoring package to use graph config loading 2026-03-06 11:59:59 +01:00
move_validate.go make copyrightfix 2026-02-17 13:56:34 +00:00
move_validate_test.go move refactoring package to use graph config loading 2026-03-06 11:59:59 +01:00
remove_statement.go make copyrightfix 2026-02-17 13:56:34 +00:00
remove_statement_test.go move refactoring package to use graph config loading 2026-03-06 11:59:59 +01:00
testing_helpers.go move refactoring package to use graph config loading 2026-03-06 11:59:59 +01:00
testing_test.go move refactoring package to use graph config loading 2026-03-06 11:59:59 +01:00