Commit Graph

1401 Commits (8eb3f2cf52d72fcbe30d5bdf6a2ff4c2a234f0ee)

Author SHA1 Message Date
Kristin Laemmert 49fc53d1d1
provider source enhancements
6 years ago
Martin Atkins c06675c616 command: New -compact-warnings option
6 years ago
Kristin Laemmert f8a23da480 explicitly create legacy-style provider
6 years ago
Kristin Laemmert 86e450a85f use LegacyString() consistently
6 years ago
Kristin Laemmert efafadbe5e command: rename choosePlugins to chooseProviders to clarify scope of function
6 years ago
Kristin Laemmert 67fc4dd5a1 configs: move ProviderConfigCompact[Str] from addrs to configs
6 years ago
James Bardin f281eb2b44
Merge pull request #23595 from hashicorp/jbardin/deprecate-destroy-references
6 years ago
Pam Selle d8c31a1efa
Merge pull request #23581 from hashicorp/pselle/show-panic-23377
6 years ago
Pam Selle 9c4d3cc1b1 Add a test
6 years ago
James Bardin 42a2bb4da3 expand test tempdir symlinks to fix tests on macos
6 years ago
James Bardin 96d1e57191 fix type in state mv test
6 years ago
James Bardin b715ef2590 don't print just warnings when loading backend cfg
6 years ago
Kristin Laemmert e3416124cc
addrs: replace "Type string" with "Type Provider" in ProviderConfig
6 years ago
James Bardin 4896052736
Merge pull request #23582 from hashicorp/jbardin/state-mv
6 years ago
Aaron Heesakkers 3dfeb67708 command/internal-plugin: Strip off TF_CLI_ARGS arguments
6 years ago
James Bardin a5cb36b34c Allow moving instances to new resources
6 years ago
Pam Selle 2b8e876bdb Don't inspect an empty set, return false
6 years ago
Pam Selle ba9cb786c3
Merge pull request #23546 from tmshn/dry-plan-color
6 years ago
Kristin Laemmert 9891d0354a
providers: use addrs.Provider as map keys for provider.Factory (#23548)
6 years ago
tmshn fcc1a76d5e make plan-diff format a bit more dry
6 years ago
Kristin Laemmert 6728e521c1
addrs: rename Provider Name to more accurate Provider Type (#23449)
6 years ago
Kristin Laemmert 99225b8d76
command/jsonstate,plan: fix panic with null values (#23492)
6 years ago
Martin Atkins 7081c26e54 command: Don't show more than two of the same warning
7 years ago
Simon Brady 7a9fa93724 command/plan: Fix panic in plan output with string containing null and whitespace (#23102)
7 years ago
Martin Atkins d0f50ff83f command: Don't treat config warnings as errors
7 years ago
Ethan 6833ac290b command: Use full URL for the download page when prompting for upgrade
7 years ago
Thayne McCombs a895a42f85 command/format: fix missing elements at the end of lists in diffs
7 years ago
James Bardin bee703360c
Merge pull request #23252 from hashicorp/jbardin/abs-state-dependencies
7 years ago
Martin Atkins 7db2825646 command/format: multi-line rendering for unchanged strings
7 years ago
James Bardin 46dbb3dde5 use Dependencies to connect creator and destroyer
7 years ago
James Bardin 886af20f07 fixup some test comparisons
7 years ago
Josh Grancell ac3578a0bc command/output: Absence of outputs is not an error
7 years ago
Martin Atkins d0cbbb6a00 command/format: Remove defunct "Plan" type and associated symbols
7 years ago
Martin Atkins 9a62ab3014 command: "terraform show" renders plans like "terraform plan"
7 years ago
rajata07 f40f8bd4e3 small fix with command usage 'terraform workspace New'
7 years ago
James Bardin 2c3c011f20 change state dependencies to AbsResource addrs
7 years ago
Kristin Laemmert 4b10a6e1bf
command/jsonplan: fix bug with nested modules output (#23092)
7 years ago
Radek Simko c1ea09141f
Merge pull request #23063 from hashicorp/svchost-migration
7 years ago
Kristin Laemmert 96af863065
command/validate: warn if unused flags are set on the command line (#22989)
7 years ago
Radek Simko 32f9722d9d
Replace import paths & set UA string where necessary
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
Jeff Green e505845a63 command/apply: remove duplicate statement (#23011)
7 years ago
Kristin Laemmert a9da6f0e5b
command/jsonstate: properly marshal deposed resources (#23027)
7 years ago
Nick Fagerlund 02d793f0ff website / help: reconcile 'validate' command docs
7 years ago
Martin Atkins 39e609d5fd vendor: switch to HCL 2.0 in the HCL repository
7 years ago
Kristin Laemmert 54661ec1df
command/import: fix error during import when implied provider was not used (#22855)
7 years ago
Lars Lehtonen 85b2000223 command/show: Fix dropped errors (#22772)
7 years ago
Kristin Laemmert 120bb0a66c
plugin/discovery: use new addrs.ProviderType in place of a provider typeName string (#22724)
7 years ago
Martin Atkins 0ca6b578f5 command/login: Remove unimplemented -into-file option
7 years ago
Martin Atkins 8381112a5c command: Tests for the "terraform login" command
7 years ago
Martin Atkins 7ccd6204c4 command: Swappable implementation of launching web browsers
7 years ago
Martin Atkins daf733af33 command/login: UI cleanup
7 years ago
Martin Atkins f25cb008f1 command/login: Save the new API token
7 years ago
Martin Atkins a1e387a0e5 command: A stub OAuth server implementation for login testing
7 years ago
Martin Atkins f605bde562 command/login: Password-based credentials request
7 years ago
Martin Atkins cfc1c4900d command/login: Use Cli.Ask to request confirmation
7 years ago
Martin Atkins 0b346e589a command/login: Show login consent prompt before proceeding
7 years ago
Martin Atkins 6bba3ceb42 command: "terraform login" command
7 years ago
Martin Atkins cf43663e85 command/e2etest: Fix TestInitProviders
7 years ago
Pam Selle 0d0df8e3f4
Merge pull request #22145 from jeffb4/terraform-21483-allow-vars-for-console
7 years ago
Martin Atkins c4076fe6a2 command/cliconfig: EmptyCredentialsSourceForTests
7 years ago
Kristin Laemmert f4af55d611
command/console: use user-supplied plugin-dir (#22616)
7 years ago
Martin Atkins 8272d3b101 command/cliconfig: Remove command dependency
7 years ago
Martin Atkins 1e2da4f776 command/cliconfig: New CredentialsSource implementation
7 years ago
Hasan Ramezani f7b1ef876c command/workspace: Added `show` subcommand to workspace command help text. (#22367)
7 years ago
Kristin Laemmert c9d62bb2f6
command: discard output from flags package and return errs directly (#22373)
7 years ago
Alex Pilon 4bf43efcfd
move hcl2shim package to configs
7 years ago
Pam Selle ce8e7811ae
Merge pull request #18823 from minamijoyo/fix-multibyte-trucate
7 years ago
kmoe 3a0c1794b6
Merge pull request #22320 from hashicorp/svh/f-fmt-help
7 years ago
Sander van Harmelen e81fafeefa Mention the -no-color option
7 years ago
James Bardin 3cda2bd7a5
Merge pull request #22299 from hashicorp/jbardin/state-mv
7 years ago
hiroqn de4235698b command/0.12upgrade: honor user-supplied plugin-dir
7 years ago
James Bardin 32f7f58345 allow moving resource to new modules not in state
7 years ago
Martin Atkins e1590d0a70 command/cliconfig: Factor out CLI config handling
7 years ago
James Bardin 8b2646c2a6
Merge pull request #22149 from hashicorp/jbardin/state-show-deposed
7 years ago
James Bardin 345dfaccb6 Account for deposed instances in show command, adding the details for
7 years ago
Kristin Laemmert a16e1fc0a1
command/init: omit a warning if -backend-config is used with no backend (#22164)
7 years ago
Jeff Bachtel 4ad7907b0c fix, use extended flags for terraform console
7 years ago
Alex Pilon d5997e05db
prune dead code from command/meta
7 years ago
appilon b143c04216
Merge pull request #22125 from hashicorp/appilon/move-VarEnvPrefix
7 years ago
Alex Pilon e3bc1e7d5c
move VarEnvPrefix out of terraform pkg
7 years ago
Alex Pilon 0450f487fa
move IsEmptyDir to configs package
7 years ago
James Bardin e4640a43d7 fix show-json test to expect error from nested mod
7 years ago
Masayuki Morita ca9b643c73 docs: Fix typo in (*Meta) RunOperation comments
7 years ago
Pam Selle 1666df3668
Merge pull request #21911 from Biteable/no-nopop-in-plan-show
7 years ago
Antoine Jacoutot 37a6331ebf command/version: drop empty line on version check (#14858)
7 years ago
Dirk Avery 02efe97a59 command/import: change import message to 'prepared' (#20018)
7 years ago
Radek Simko 5b9f2fafc8 Standardise directory name for test data
7 years ago
Jon Burgess c0b1220a92 Fixes #21907
7 years ago
Martin Atkins b1e92b3769 vendor: go get github.com/hashicorp/hcl2@0b64543c968c
7 years ago
Pam Selle 82dcd5276e Normalize in the fmt -check test
7 years ago
Radek Simko f342824647
Merge pull request #21334 from hashicorp/b-cmd-show-reduce-whitespaces
7 years ago
Tim Sharpe 615110e13e provisioner: new Puppet provisioner (#18851)
7 years ago
James Bardin e71e3d85a9
Merge pull request #21611 from hashicorp/jbardin/private-data-read
7 years ago
James Bardin ac2219ba6e don't lose Private state data during copy
7 years ago
Ivan Kalita 5b6b1663ef backend/http: implement retries for the http backend (#19702)
7 years ago
Kristin Laemmert b9f114aa25
command/show (json): marshal the state snapshot included with the plan file (#21597)
7 years ago
Kristin Laemmert 06a3333316 note: this is an unusual edgecase in the category of "probably should not happen"
7 years ago
Kristin Laemmert 703f024cbd command/show (-json): fix panic if a moduleCall has a nil config
7 years ago