Commit Graph

33 Commits (bf91bff2c896180b4e873576aa0d9ecd276feb2e)

Author SHA1 Message Date
Alisdair McDiarmid 701d095808 command: Fix stale lock when exiting early
6 years ago
Kristin Laemmert 47a16b0937
addrs: embed Provider in AbsProviderConfig instead of Type
6 years ago
Kristin Laemmert 1c7167a9a1
command/import: remove -provider command line argument (#24090)
6 years ago
Kristin Laemmert 80862f3436
command/import: attach references before validating provider (#22862)
6 years ago
Kristin Laemmert 86e450a85f use LegacyString() consistently
6 years ago
Kristin Laemmert 9891d0354a
providers: use addrs.Provider as map keys for provider.Factory (#23548)
6 years ago
Kristin Laemmert 54661ec1df
command/import: fix error during import when implied provider was not used (#22855)
7 years ago
findkim 7816e61614 Bump installer protocol version to 5 and separate client and server protocol references
7 years ago
Martin Atkins 86c02d5c35 command: "terraform init" can partially initialize for 0.12upgrade
7 years ago
Martin Atkins 5255e85238 "go fmt" fixups
8 years ago
Martin Atkins b316e4ab56 command: Fix TestImport_remoteState
8 years ago
Martin Atkins 40eda180d6 command: go fmt in import_test.go and refresh_test.go
8 years ago
Martin Atkins 5b61cc919b command: Fix "terraform import" tests
8 years ago
Martin Atkins 73318a436b command: go fmt
8 years ago
Martin Atkins d63c2fdd8d command: Show snippet of invalid resource addresses in import
8 years ago
Martin Atkins 54c1616d73 command: Update import_test.go for new provider types
8 years ago
James Bardin 90a75422fb unlock state in console, import, graph, and push
8 years ago
Martin Atkins f1079257ac command: show a special error message when importing in an empty dir
8 years ago
James Bardin 3c807e5427 update state test strings in command package
9 years ago
Jack Bruno 3f2136d7ee cli: terraform import -ignore-missing-config
9 years ago
James Bardin e3748901b4 Don't ForceLocal for the import backend
9 years ago
James Bardin 85b9069eb7 test import with -plugin-dir
9 years ago
Martin Atkins 9a398a7793 command: require resource to be in config before import
9 years ago
Martin Atkins 7d8719150c command: validate import resource address early
9 years ago
Martin Atkins f6305fcc27 command: remove commented-out, misplaced tests
9 years ago
Martin Atkins 4ab8973520 core: provide config to all import context tests
9 years ago
Martin Atkins 8364383c35 Push plugin discovery down into command package
9 years ago
Mitchell Hashimoto f84fd39ef9
command/import: document -var-file and -var is available #11211
9 years ago
Daniel Spangenberg 804a5bd3c5 Implements import with specified provider
10 years ago
Mitchell Hashimoto f8ec7dad19
command/import: allow the -config flag to specify a config location
10 years ago
Mitchell Hashimoto 5107c33119
command/import: load configurations and allow empty config dirs
10 years ago
Mitchell Hashimoto d6c059c43e
command/import: tests passing
10 years ago
Mitchell Hashimoto 182a8a28c0
command/import more wip
10 years ago