Commit Graph

170 Commits (8421abaca0fd577d4ada2ea1b9b10dbadfac8a1a)

Author SHA1 Message Date
Kristin Laemmert 47a16b0937
addrs: embed Provider in AbsProviderConfig instead of Type
6 years ago
Kristin Laemmert 80ab551867
terraform: use addrs.Provider as map keys for provider schemas (#24002)
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
Pam Selle 37d16b2f79 Deletions from backend local
6 years ago
Pam Selle bb3d513c4f Some deletions from static analysis
6 years ago
Kristin Laemmert e3416124cc
addrs: replace "Type string" with "Type Provider" in ProviderConfig
6 years ago
Kristin Laemmert 9891d0354a
providers: use addrs.Provider as map keys for provider.Factory (#23548)
6 years ago
James Bardin 6caa5d23e2 fix diagnostics handling
7 years ago
Martin Atkins 9a62ab3014 command: "terraform show" renders plans like "terraform plan"
7 years ago
Radek Simko 7860f55e4f
Version tools per Go convention under tools.go
7 years ago
Martin Atkins 8664749b59 backend: Allow certain commands to opt out of required variable checks
7 years ago
Martin Atkins e21f0fa61e backend/local: Handle interactive prompts for variables in UI layer
7 years ago
Martin Atkins 7e29b9b5d4 core: Warn when creating and applying with -target
7 years ago
Pam Selle 9631e4c73d
Merge pull request #20571 from sergkondr/fix_misspelling
7 years ago
Radek Simko 5b9f2fafc8 Standardise directory name for test data
7 years ago
Martin Atkins b1213f7f6c backend/local: don't panic when an instance has only a deposed object
7 years ago
Radek Simko 8a6d1d62b6
stringer: Regenerate files with latest version
7 years ago
Sander van Harmelen 57f6e01830 backend/local: preserve serial and lineage on failure
7 years ago
Sander van Harmelen 973e2a7cf9 core: add a context to the UIInput interface
7 years ago
Kristin Laemmert b9d8e96e0c
command/plan: plan output should indicate if a resource is being (#20580)
7 years ago
Sergey Kondrashov 43e7a7b552 fix misspelling
7 years ago
James Bardin c814f2da37 Change backend.ValidateConfig to PrepareConfig
7 years ago
James Bardin 6cc3e1d0bd move init error to where it is generated
7 years ago
Martin Atkins e3618f915b backend/local: Fix mock provider in tests
7 years ago
Martin Atkins 0c0a437bcb Move module install functionality over to internal/initwd
7 years ago
Radek Simko f64978b64c
backend/local: Render CBD replacement (+/-) correctly (#19642)
7 years ago
Radek Simko 3ab4739ba4
backend/local: Avoid rendering data sources on destroy
7 years ago
Radek Simko e55079abc9
backend/local: Fix incorrect destroy/update count on apply
7 years ago
Kristin Laemmert 67aa944166 backend/local: decode variables with cty.DynamicPseudoType
7 years ago
Martin Atkins 12572e97bc core: Automatically upgrade resource instance states on read
7 years ago
Sander van Harmelen 4c878db8fd
Merge pull request #19464 from hashicorp/svh/f-context
8 years ago
Martin Atkins 168d84b3c4 core: Make resource type schema versions visible to callers
8 years ago
Sander van Harmelen 35d9ce3f92 backend/remote: implement the Local interface
8 years ago
Sander van Harmelen a17f317025 Change how to fall back from remote to local backend
8 years ago
Martin Atkins 27abd9c6b8 command: Fix TestMetaBackend_localDoesNotDeleteLocal
8 years ago
Martin Atkins ec27526cc3 command: Fix TestMetaBackend_configuredChangeCopy_multiToMulti
8 years ago
Sander van Harmelen 52a1b22f7a Implement the remote enhanced backend
8 years ago
Sander van Harmelen b846c5f653 Make the test compile again
8 years ago
Sander van Harmelen 48ef7ecfa6 Updates after running `make fmt` with Go v1.11.1
8 years ago
James Bardin 0a0eece15c add backend cli options after configuration
8 years ago
Martin Atkins 541952bb8f Revert some work that happened since v0.12-dev branched
8 years ago
Martin Atkins 98bbd560b5 command: Fix most (but not all) "terraform plan" tests
8 years ago
Martin Atkins 741d334ee4 command: Even more fixes for "apply" command tests
8 years ago
Martin Atkins c5940f2438 backend/local: Increase log verbosity for backend context construction
8 years ago
Martin Atkins a6f399517b backend/local: reinstate additional steps in plan file processing
8 years ago
Martin Atkins 91d2de6a25 backend/local: Stub out remaining planfile todos with errors
8 years ago
Martin Atkins fa3b4fc9de backend/local: Populate changes into a context built from planfile
8 years ago
Martin Atkins cbc548eb36 command: Do CLI init of backend loaded from plan
8 years ago
Martin Atkins 2b80df0163 backend/local: Require caller to set PlanOutBackend with PlanOutPath
8 years ago