Commit Graph

71 Commits (ccf19fbf5e2b61ba62efd1ac47a3a3fd3917d494)

Author SHA1 Message Date
James Bardin f987b69777 interrupted execution now exits with an error
6 years ago
James Bardin 57a47d0b82
Merge pull request #26519 from hashicorp/jbardin/FIXME
6 years ago
James Bardin 027a6c2cf6 update command tests to use new mock provider
6 years ago
Kristin Laemmert 04be220f5f deprecate helper/copy
6 years ago
James Bardin ad5899d8bb ReadResource is called during plan but not destroy
6 years ago
Kristin Laemmert 196c183dda
terraform: remove state from `validate` graph walk (#26063)
6 years ago
Alisdair McDiarmid 0ed04d05aa command: Fix command fixture modify-in-place bugs
6 years ago
Kristin Laemmert 8108face36
terraform: return `initialization required` error when provider schemas not found (#24715)
6 years ago
Kristin Laemmert 27a794062e Mildwonkey/command tests (#24535)
6 years ago
James Bardin e13eecbc5b finish provider ModuleInstance replacement
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
Kristin Laemmert e3416124cc
addrs: replace "Type string" with "Type Provider" in ProviderConfig
6 years ago
Martin Atkins e21f0fa61e backend/local: Handle interactive prompts for variables in UI layer
7 years ago
Radek Simko 5b9f2fafc8 Standardise directory name for test data
7 years ago
Martin Atkins 552dddfb4c command: Specialized error message for var decls in tfvars
7 years ago
Sander van Harmelen 79a9a15879 command/state: lock when pushing state
7 years ago
Martin Atkins be79bf0412 command: Fix TestPlan_outBackend
7 years ago
Martin Atkins 1e45d30036 command: Fix TestPlan_outBackend
8 years ago
Martin Atkins fcf3f643ce command: Fix TestPlan_shutdown
8 years ago
Martin Atkins 5d1d6a95f9 command: "go fmt" of plan_test.go
8 years ago
Martin Atkins 98bbd560b5 command: Fix most (but not all) "terraform plan" tests
8 years ago
Martin Atkins ca314afc0d command: Make suitable provider schemas available for all "plan" tests
8 years ago
Martin Atkins b195c712a3 command: Update plan_test.go for new provider types
8 years ago
Martin Atkins a3403f2766 terraform: Ugly huge change to weave in new State and Plan types
8 years ago
Martin Atkins a270a18a4d command: Update tests for changes in "terraform" package
8 years ago
James Bardin e980156451 cleanup temp files from command tests
8 years ago
James Bardin ecd9ef0f77 ignore error in plan shutdown test
8 years ago
James Bardin 6f41a80b3a slow down the plan shutdown tests for slow hosts
8 years ago
James Bardin d76482cd89 don't try to interrupt diff in shutdown test
8 years ago
James Bardin 2941ed464c replace the testShutdownHook with a check for Stop
8 years ago
James Bardin e2501d7830 make apply shutdown test completely deterministic
8 years ago
Martin Atkins 8364383c35 Push plugin discovery down into command package
9 years ago
James Bardin ec00564be6 Clean up LockInfo and LockError and use them
9 years ago
James Bardin 5ca5a3c78a Merge pull request #11724 from hashicorp/jbardin/state-locking
9 years ago
Mitchell Hashimoto 0c97c5a3d9
command: tests should move to temporary cwd
9 years ago
James Bardin b80ae5e13e Add source path argument to testLockState
9 years ago
James Bardin 9fa436e0bd Add test for locked state in plan
9 years ago
Mitchell Hashimoto b8c310c61e
command: update test failure to correct message
9 years ago
Mitchell Hashimoto 09e0727d5e
command/plan: revert test change on this output
9 years ago
Mitchell Hashimoto ad7b063262
command: convert to use backends
9 years ago
Mitchell Hashimoto 36ff8b3c02
command/plan: show a warning when a plan file is given
9 years ago
Mitchell Hashimoto 7f87a0109b
command/plan: user friendly error if plan file given to plan command
9 years ago
Mitchell Hashimoto 609219fc65 command/meta: validate config immediately
10 years ago
Sander van Harmelen d97b24e3c1
Add tests and fix last issues
10 years ago
Paul Hinze ae73aa2fb4
core: Do not persist state after plans
10 years ago
Mitchell Hashimoto f34ef1f92a
command: compilation works
10 years ago
Mitchell Hashimoto 35c87836b4 core: Add terraform_version to state
10 years ago
Paul Hinze 4a51e4fe91 core: write planfile even on empty plans
10 years ago