Commit Graph

995 Commits (654acb7ddda17f0cd504f2362aaba043cc5c91bc)

Author SHA1 Message Date
Martin Atkins 654acb7ddd command: Fix TestApply_destroyTargeted for new provider and state types
8 years ago
Martin Atkins 46b0286b30 command: Fix TestApply_destroy for new provider and state types
8 years ago
Martin Atkins a1e9a0b28d command: Update plugins_test.go for new provider types
8 years ago
Martin Atkins dcb21b8847 command: Update refresh_test.go for new provider types
8 years ago
Martin Atkins 7b73c16675 command: Update plan_test.go for new provider types
8 years ago
Martin Atkins ee64da4d12 command: Update import_test.go for new provider types
8 years ago
Martin Atkins af69f65ea9 command: Update apply_test.go for new provider types
8 years ago
Martin Atkins af3ce831b4 command: Use new provider and provisioner types in test helpers
8 years ago
Martin Atkins a1962ea156 core: Handle forced-create_before_destroy during the plan walk
8 years ago
Martin Atkins 07126364ba command: UiHook to report when it gets incorrect values
8 years ago
Martin Atkins 3a3f71707b command/format: Render unified diff for list and tuple value changes
8 years ago
Martin Atkins 68433696e8 command/format: Further refinement on the heuristic JSON-based diff
8 years ago
Martin Atkins 74f2642236 command/format: JSON value formatting heuristic not for primitive values
8 years ago
Martin Atkins cb7e1d696e command/format: Don't include commas after elements in map diffs
8 years ago
Martin Atkins e86a26fd98 command/format: show deep diffs for old/new JSON strings
8 years ago
Martin Atkins fa083099c7 command/format: correct alignment for multi-line values in map diff
8 years ago
Martin Atkins bd1192649e command/format: Nice rendering for changes to map values
8 years ago
Martin Atkins 88a8b6064d command/format: Show resource diff with header "comment"
8 years ago
Martin Atkins 86e8885bd1 command: initial structural diff rendering
8 years ago
Martin Atkins f68642d923 core: Properly handle no-op changes in plan
8 years ago
Martin Atkins 4e12671d8d command/format: show planned changes in rendered plan
8 years ago
Martin Atkins 23c17cdc7b terraform: More wiring in of new provider types
8 years ago
Martin Atkins ade3b4575e terraform: Ugly huge change to weave in new State and Plan types
8 years ago
Kristin Laemmert 41dc1c667f plugin/discovery provider installer: download providers from the registry
8 years ago
Martin Atkins a98d25f41d move "configschema" from "config" to "configs"
8 years ago
Martin Atkins 0ad31dee79 configupgrade: Analysis of input configuration
8 years ago
Martin Atkins 849293825b command: validate must set values for root variables
8 years ago
Martin Atkins c2987cd2b4 command: 0.12upgrade command
8 years ago
Martin Atkins 3d304efd91 tfdiags: Sort order for diagnostics
8 years ago
Martin Atkins 7f205645a1 Fix up some missed "go fmt"
8 years ago
Martin Atkins 5a3eff3d2e command: terraform fmt to use new HCL formatter
8 years ago
Martin Atkins 456e105155 command: Update tests for changes in "terraform" package
8 years ago
Martin Atkins 6096b0756e command/import: default provider config in same module
8 years ago
Martin Atkins 14fa57130b command: update "terraform console" for HCL2
8 years ago
Martin Atkins 3497a1ad9b command/validate: make sure diagnostics is always present and an array
8 years ago
Martin Atkins 5861dbf3fc terraform: ugly huge change to weave in new HCL2-oriented types
8 years ago
Martin Atkins 902be52976 terraform: HCL2-flavored module dependency resolver
8 years ago
Martin Atkins 8edfe2a84f command: Various updates for the new backend package API
8 years ago
Martin Atkins 6a9f710b12 backend: Update interface and implementations for new config loader
8 years ago
Martin Atkins 46eb688472 command: remove "terraform push"
8 years ago
Martin Atkins d90ad75c9d command: "terraform validate" JSON support
8 years ago
Martin Atkins 3be31b8120 command: beginnings of new config loader in "terraform validate"
8 years ago
Martin Atkins 1e073bbd1e command: new Meta methods for accessing the new config loader
8 years ago
Martin Atkins cc43a0f2f8 command/format: include source snippets in diagnostics
8 years ago
Kristin Laemmert 33877bd579 cli: update tests
8 years ago
Lyle Franklin 26b907387d cli: Remove error on empty outputs when `-json` is set (#11721)
8 years ago
Kristin Laemmert b8a1a77f6b
command: fix spelling in error message - fixes #18065 (#18241)
8 years ago
James Bardin 545e77e184
Merge pull request #17711 from hashicorp/jbardin/cleanup-temps
8 years ago
James Bardin e980156451 cleanup temp files from command tests
8 years ago
Masayuki Morita 1e2bb07504 command: Restore `auto-approve` flag in the output of `apply -help`
8 years ago