Commit Graph

28 Commits (f2dbf80badc8c7385a7b44bb040ae5e8550e7e60)

Author SHA1 Message Date
James Bardin b3fc0dab94 use addrs.ConfigResource for dependency tracking
6 years ago
James Bardin e13eecbc5b finish provider ModuleInstance replacement
6 years ago
James Bardin 10d926904f state mv should always target instance each mode
6 years ago
Kristin Laemmert 47a16b0937
addrs: embed Provider in AbsProviderConfig instead of Type
6 years ago
Martin Atkins 8b511524d6
Initial steps towards AbsProviderConfig/LocalProviderConfig separation (#23978)
6 years ago
Kristin Laemmert 6541775ce4
addrs: roll back change to Type field in ProviderConfig (#23937)
6 years ago
James Bardin 98c02ac114 remove stale dependencies on `state mv`
6 years ago
James Bardin 96d1e57191 fix type in state mv test
6 years ago
Kristin Laemmert e3416124cc
addrs: replace "Type string" with "Type Provider" in ProviderConfig
6 years ago
James Bardin a5cb36b34c Allow moving instances to new resources
6 years ago
James Bardin 32f7f58345 allow moving resource to new modules not in state
7 years ago
Martin Atkins c39905e1a8 command: Fix various issues in the "terraform state ..." subcommands
7 years ago
Sander van Harmelen 7ec3f96e3a command/state: update and fix the state mv command
7 years ago
Martin Atkins 43d5206d82 command: Stub the "terraform state mv" tests to remind to fix
7 years ago
Martin Atkins a3403f2766 terraform: Ugly huge change to weave in new State and Plan types
7 years ago
James Bardin 51547ad2ba add tests for state commands through a backend
9 years ago
James Bardin 33ba6774e0 Make the state commands use the real command.Meta
9 years ago
James Bardin 6e7baaaeff don't load the backend when -state is provided
9 years ago
James Bardin 5f939b42fe test that `state mv -state` doesn't use Backend
9 years ago
Martin Atkins 8364383c35 Push plugin discovery down into command package
9 years ago
James Bardin 43c7bd648c fix sorting of module resources during state mv
9 years ago
Mitchell Hashimoto e4d2193ed6
command/state: mv and rm -backup works
9 years ago
Mitchell Hashimoto 0d1ea84d39
command: test for moving resource with count [GH-7797]
10 years ago
Mitchell Hashimoto 3b3f92cd9b
terraform: fix some test failures on state add with multiple modules
10 years ago
Mitchell Hashimoto a44c8b8760
terraform: state mv tests
10 years ago
Mitchell Hashimoto 32d0d29b56
command: test for moving into another state file
10 years ago
Mitchell Hashimoto 235e860118
command/state mv: handle -state-out to a different path
10 years ago
Mitchell Hashimoto c4e5355a02
command/state mv
10 years ago