Commit Graph

117 Commits (e024960c745f0a464cb081d04765d93f94deaba0)

Author SHA1 Message Date
Kristin Laemmert c73a5fc07d
command/show: add provider name to resource changes (#20711)
7 years ago
Kristin Laemmert 9d0d564ec7
`terraform show` and `terraform providers schema -json` should return valid json (#20697)
7 years ago
Kristin Laemmert c4151b7c7c
command/show: fixing bugs in modulecalls (#20513)
7 years ago
Kristin Laemmert 16823f43de
command/jsonprovider: export providers schemas to json (#20446)
7 years ago
Kristin Laemmert 0c94e20a83
command/show enhancements and bugfixes
7 years ago
Kristin Laemmert b14472f22c
command/jsonconfig: add missing fields from configuration output (#20387)
7 years ago
Kristin Laemmert c59a274e96
command/jsonplan: "deposed" should be a string, not a bool. (#20351)
7 years ago
Kristin Laemmert 818b4ec068
command/show: add "module_version" to "module_calls" in config (#20367)
7 years ago
Kristin Laemmert f783ed0d45
command/jsonconfig: display module variables in config output (#20311)
7 years ago
Kristin Laemmert f2f35265bc
command/show: json output enhancements (#20291)
7 years ago
Martin Atkins 7e186f72d9 command: Update "terraform show -json" tests for changed provider contract
7 years ago
Kristin Laemmert 6e057c529e
command/jsonplan: sort resources by address (#20113)
8 years ago
Kristin Laemmert f00fcb90bf
mildwonkey/b-show-state (#20032)
8 years ago
Martin Atkins 86c02d5c35 command: "terraform init" can partially initialize for 0.12upgrade
8 years ago
Kristin Laemmert 5df9cd0f52
command/show: tests for -json output (#19980)
8 years ago
Kristin Laemmert 126e5f337f
json output of terraform plan (#19687)
8 years ago
Martin Atkins f39a5d0962 command: Fix various TestMetaBackend-prefix tests
8 years ago
Martin Atkins 22c84c71a4 command: Use statemgr.Import and statemgr.Export for state push and pull
8 years ago
Martin Atkins aacbe1d14b command: Fix TestMetaBackend_configureNewWithState
8 years ago
Martin Atkins c3d11b762b command: Fix testBackendState
8 years ago
Sander van Harmelen 52a1b22f7a Implement the remote enhanced backend
8 years ago
Sander van Harmelen 5e11de460a
Merge pull request #19130 from hashicorp/f-state-push-pull
8 years ago
Sander van Harmelen 7fbd93b5cd command/state: update and fix the state push and pull
8 years ago
Sander van Harmelen af1a471a05 command/state: update and fix the state list command
8 years ago
Martin Atkins 8b466811d2 command: Fix a few tests from meta_backend_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 fc2614c939 command: Fix some tests for the "apply" command
8 years ago
Martin Atkins 34c4fd316d command: Update backend-unchanged fixture for new expectations
8 years ago
Martin Atkins 65341b0973 command: Update apply_test.go for new provider types
8 years ago
Martin Atkins bfd9392eb8 command: beginnings of new config loader in "terraform validate"
8 years ago
Sander van Harmelen f410a5bb26 backend/migrations: migrate the default state
8 years ago
Sander van Harmelen 7fb2d1b8de Implement the Enterprise enhanced remote backend
8 years ago
James Bardin 5a975d9997 add test for internal plugins with -plugin-dir
9 years ago
Martin Atkins f1079257ac command: show a special error message when importing in an empty dir
9 years ago
Martin Atkins d4ee58ce59 Re-integrate the "terraform" provider into the main binary
9 years ago
Martin Atkins 86343fa895 Remove test output file accidentally added in 52c97e9f
9 years ago
Bruno Miguel Custodio 52c97e9fc9
First steps towards an 'etcdv3' backend.
9 years ago
Sunny 3a1582c1b9 command/validate: read terraform.tfvars file for variable values
9 years ago
Sunny 2d849f8650 command/init: check required_version
9 years ago
James Bardin ea3e87b584 Merge pull request #15768 from hashicorp/jbardin/remote-import
9 years ago
James Bardin 5bcc1bae59 Merge pull request #15769 from hashicorp/jbardin/discovery-paths
9 years ago
James Bardin fa20d43d80 test loading of Meta.PluginOverrides
9 years ago
James Bardin e3748901b4 Don't ForceLocal for the import backend
9 years ago
James Bardin 16e8e405c7 create failing test cases for remote lineage issue
9 years ago
Radek Simko 14614a5423 command/validate: Add flag to check that all variables are specified (#13872)
9 years ago
Martin Atkins 032f71f1ff command: produce provider lock file during "terraform init"
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
James Bardin 2994c6ac5d add init getPlugin test
9 years ago