Commit Graph

1668 Commits (fc8a76a2a3a2ce0d318cdb2e6f3f76ebbc6b28ac)

Author SHA1 Message Date
Kristin Laemmert 60321b41e8
getproviders: move protocol compatibility functions into registry client (#24846)
6 years ago
Alisdair McDiarmid 82ebbf9a23 command: Add prompt & confirmation to 0.13upgrade
6 years ago
Alisdair McDiarmid 62b0cbed12 internal: Fix LookupLegacyProvider
6 years ago
Alisdair McDiarmid 1fdcbc4825 command: Fix 0.13upgrade bug with multiple blocks
6 years ago
Alisdair McDiarmid e2be704d81 command: Extract reused hclwrite helper code
6 years ago
Alisdair McDiarmid a740b739e0 command: Change 0.13upgrade default to versions.tf
6 years ago
Alisdair McDiarmid 01a3376ead command: Check required_version before upgrading
6 years ago
Alisdair McDiarmid ae98bd12a7 command: Rework 0.13upgrade sub-command
6 years ago
Mike Morris 9568de6b90
command: Fix OAuth2 PKCE arguments
6 years ago
Kristin Laemmert 0b76100da0
init: return proper config errors (#24865)
6 years ago
James Bardin 9debd341bc
Merge pull request #24807 from hashicorp/jbardin/remove-each-mode
6 years ago
Kristin Laemmert ce03f1255f
internal/providercache: fix error message for protocol mismatch (#24818)
6 years ago
James Bardin 2bfaddcf57 fix state mv to work without EachMode
6 years ago
James Bardin 15a95031e5 remove a few traces of states.EachMode
6 years ago
Pam Selle 87bce5f9dd
Support reading module outputs in terraform console (#24808)
6 years ago
Alisdair McDiarmid 9266e944fa
Merge pull request #24752 from hashicorp/alisdair/terraform-state-replace-provider-docs
6 years ago
Martin Atkins 1ce3c60693
command/cliconfig: Explicit provider installation method configuration
6 years ago
Martin Atkins 622abf707d command/cliconfig: Remove redundant struct types
6 years ago
Martin Atkins 6b2050f42a main: Properly handle provider installation method exclusions
6 years ago
Martin Atkins 3167067029 command/e2etest: provider installation with explicit install methods
6 years ago
Martin Atkins c7fe6b9160 command/cliconfig: handle provider_installation block in JSON syntax
6 years ago
Martin Atkins f5012c12da command/cliconfig: Installation methods, not installation sources
6 years ago
Martin Atkins e872ec4461 command/cliconfig: Remove remnant extraArg checks in provider_installation
6 years ago
Martin Atkins 8b75d1498f command/cliconfig: Use existing HTTP mirror source rather than new stub
6 years ago
Martin Atkins b8856c677c cliconfig: Ignore config dir if TF_CLI_CONFIG_FILE envvar is set
6 years ago
Alisdair McDiarmid 52d64127f7 website: Add docs for state replace-provider
6 years ago
Kristin Laemmert 21b9da5a02
internal/providercache: verify that the provider protocol version is compatible (#24737)
6 years ago
Martin Atkins 2c535d829d command/cliconfig: Decode provider_installation blocks
6 years ago
Kristin Laemmert 8108face36
terraform: return `initialization required` error when provider schemas not found (#24715)
6 years ago
Alisdair McDiarmid e32e7e2c4b
Merge pull request #24617 from hashicorp/alisdair/provider-installer-signature-verification
6 years ago
Martin Atkins 92d6a30bb4 main: skip direct provider installation for providers available locally
6 years ago
Alisdair McDiarmid a5b3d497cc internal: Verify provider signatures on install
6 years ago
Kristin Laemmert f09ae6f862
provider source tests: added test suite to exercise hyphenated providers (#24685)
6 years ago
Kristin Laemmert 269d511481 command/providers: refactor with new provider types and functions
6 years ago
Kristin Laemmert 0a5fb40fdf configs: include provider configs in ProviderRequirements()
6 years ago
James Bardin b84e6f7f95 remove race from closed-over err variable
6 years ago
Martin Atkins 297a3a5db9 command/init: Restore the unconstrained provider warnings
6 years ago
Martin Atkins a6f63c4891 command/e2etest: update "init" tests for abbreviated provider addresses
6 years ago
Kristin Laemmert 5852a5c33d Mildwonkey/last tests (#24553)
6 years ago
Alisdair McDiarmid 0f5a38b384 internal: Fix init provider lockfile test
6 years ago
Alisdair McDiarmid b233aa39e9 addrs: Simplify presentation of provider FQNs
6 years ago
Martin Atkins 8c928e8358 main: Consult local directories as potential mirrors of providers
6 years ago
Martin Atkins fcb8c53454 command/jsonconfig: Use correct provider address to access schema
6 years ago
Martin Atkins 69cae48a11 command/import: fix TestImport_initializationErrorShouldUnlock
6 years ago
Martin Atkins 958ea4f7d1 internal/providercache: Handle built-in providers
6 years ago
Kristin Laemmert 27a794062e Mildwonkey/command tests (#24535)
6 years ago
Martin Atkins de6c9ccec1 command/init: Move "vendored provider" test to e2etests
6 years ago
Martin Atkins f35ebe2d65 internal/providercache: Fix incorrect logic in Installer.SetGlobalCacheDir
6 years ago
Martin Atkins 14d456372a command/e2etest: Update expected output for new plugin installer
6 years ago
Kristin Laemmert 0af09b23ca command: apply and most of import tests passing
6 years ago
Martin Atkins fe9105abfe command: Fix TestInit_getProviderMissing
6 years ago
Martin Atkins add7006de6 command: Fix TestInit_pluginDirProviders and _pluginDirProvidersDoesNotGet
6 years ago
Martin Atkins c81eebe0ac command/init: Fix TestInit_providerSource
6 years ago
Martin Atkins 14701b8300 command/init: Fix TestInit_getUpgradePlugins
6 years ago
Martin Atkins c4fb22863c command/init: Support -plugin-dir again
6 years ago
Martin Atkins d40085f374 command: Make the tests compile again
6 years ago
Kristin Laemmert 3f6ce3c588 Mildwonkey/tests (#24522)
6 years ago
Martin Atkins 549aede792 Remove terraform.ResourceProvider, use providercache.Installer instead
6 years ago
Martin Atkins f113a7c22d command/init: Collect provider dependencies using our new helpers
6 years ago
Martin Atkins e6df3905c9 command/init: Generate progress output during provider installation
6 years ago
Martin Atkins 94e1ac2d07 command: Minimal integration of new provider installer in "init"
6 years ago
Alisdair McDiarmid 7165d6c429 command: Add state replace-provider subcommand
6 years ago
Alisdair McDiarmid 67203dade8 command: Simplify Meta.process helper method
6 years ago
Alisdair McDiarmid 7b94ddd2f6
Merge pull request #24471 from hashicorp/alisdair/fmt-source
6 years ago
Alisdair McDiarmid 7302bfb484
Merge pull request #24473 from hashicorp/alisdair/fix-multiline-diagnostic-output
6 years ago
Alisdair McDiarmid a23c3e3c81 command/format: Fix multi-line diagnostic output
6 years ago
Alisdair McDiarmid 206e2e6d6a command/fmt: Include source snippets in errors
6 years ago
James Bardin b3fc0dab94 use addrs.ConfigResource for dependency tracking
6 years ago
Martin Atkins 754b7ebb65 command: Expose providercache package objects for use elsewhere
6 years ago
Kristin Laemmert 4f141ae365
rename provider-specific functions (#24417)
6 years ago
Kristin Laemmert c8d64846ad
Mildwonkey/ps import (#24412)
6 years ago
Kristin Laemmert 5f313a65ad
command: remove 0.12upgrade (#24403)
6 years ago
Alisdair McDiarmid 8c7a44355b command: Fix bug when using terraform login on Windows
6 years ago
Alisdair McDiarmid fb7035ac3e
Merge pull request #24364 from hashicorp/alisdair/013upgrade
6 years ago
James Bardin a8b9547e0d fixup states.Resource change throughout packages
6 years ago
Alisdair McDiarmid 3b0b29ef52 command: Add scaffold for 0.13upgrade command
6 years ago
James Bardin e13eecbc5b finish provider ModuleInstance replacement
6 years ago
Kristin Laemmert 5901952882
command: tests should not leave dirs behind thank you (#24340)
6 years ago
Kristin Laemmert add16fc67b
jsonstate: sort child modules by address for consistency (#24329)
6 years ago
Paddy e6592dc710
Add support for provider metadata to modules. (#22583)
6 years ago
Kristin Laemmert 7f1b0a4681
command/jsonstate: fix inconsistency with resource address (#24256)
6 years ago
James Bardin 10d926904f state mv should always target instance each mode
6 years ago
Martin Atkins f899f5aa42 command/init: new error message for signature verification failure
6 years ago
Pam Selle c249943360
Module Expansion: Part 2 (#24154)
6 years ago
James Bardin 1b45b744c3 remove json2dot command
6 years ago
Alisdair McDiarmid 678760b61a
Merge pull request #24122 from hashicorp/alisdair/unlock-commentary
6 years ago
Alisdair McDiarmid 7696c14661
Merge pull request #24107 from hashicorp/alisdair/terraform-login-wsl-browser-launcher-fix
6 years ago
Alisdair McDiarmid aa38cbe3bc command: Comment to explain why unlock is required
6 years ago
Alisdair McDiarmid f0cf57e5d3 Remove unused import-provider-mismatch fixture
6 years ago
Alisdair McDiarmid 6413313529 command/graph: Remove no-op state unlock
6 years ago
Alisdair McDiarmid 701d095808 command: Fix stale lock when exiting early
6 years ago
Kristin Laemmert add134298a
addrs: ProviderConfig fixups (#24115)
6 years ago
James Bardin dc8cdd260c add missing deps to targeted destroy test
6 years ago
Kristin Laemmert 47a16b0937
addrs: embed Provider in AbsProviderConfig instead of Type
6 years ago
Alisdair McDiarmid 12e090ce48 command/login: Fix browser launcher for WSL users
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
Li Kexian f3bbe8d33f
command/workspace delete: release lock after workspace removal warning (#24085)
6 years ago
Alisdair McDiarmid 7ff58780d4 Remove unnecessary type assertion checks
6 years ago
Alisdair McDiarmid 325f8a84f8 command/logout: Exit early if already logged out
6 years ago
Alisdair McDiarmid 081f02971d command/logout: Add terraform logout command
6 years ago
Alisdair McDiarmid e57685d8fc
Merge pull request #24030 from hashicorp/alisdair/terraform-login-token-validation
6 years ago
Kristin Laemmert 7eed30595a
moduledeps: replace ProviderInstance with addrs.Provider (#24017)
6 years ago
Alisdair McDiarmid c77cfaafc2 Add token validation for manual terraform login
6 years ago
Kristin Laemmert 927999a820
command/state show: use configured provider (#24027)
6 years ago
Alisdair McDiarmid f34cba407f
Merge pull request #23995 from hashicorp/alisdair/terraform-login
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
Alisdair McDiarmid b75201acc2 Enable login subcommand, add manual token support
6 years ago
Kristin Laemmert 6541775ce4
addrs: roll back change to Type field in ProviderConfig (#23937)
6 years ago
Martin Atkins e9d0822b2a command: Accept a "provider source" from the main package
6 years ago
Kristin Laemmert 92f427779d
command/show: fix issue with show and aliased provider (#23848)
6 years ago
Kristin Laemmert 18dd1bb4d6
Mildwonkey/tfconfig upgrade (#23670)
6 years ago
Pam Selle cd6c93774a Update docs to reflect current behavior
6 years ago
Kristin Laemmert 4d8fde3d6f
command: use backend config from state when backend=false is used. (#23802)
6 years ago
James Bardin 98c02ac114 remove stale dependencies on `state mv`
6 years ago
Pam Selle d2fc7aad87
Merge pull request #23268 from rajata07/master
6 years ago
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
Kristin Laemmert 65fc037ecb
command/show (plan -json): fix panic (#21541)
7 years ago
James Bardin 7f5ffbfe90
Merge pull request #21439 from hashicorp/jbardin/init-backend
7 years ago
James Bardin 06dfc4abd8 allow setting -backend-config='' to unset override
7 years ago
Martin Atkins d512584497 command/jsonplan: Don't panic with mixtures of known/unknown/empty
7 years ago
James Bardin c017149b31 don't store prepared backend config
7 years ago
James Bardin ee9a618369 don't migrate backend during init without override
7 years ago
James Bardin cefc927e48 failing test for backend re-init
7 years ago
Sander van Harmelen 8fd3aa91a0
Merge pull request #21234 from hashicorp/svh/f-init-v0.12
7 years ago
Radek Simko 12f7ac1374
command/format: Reduce extra whitespaces & new lines
7 years ago
Martin Atkins 63fa1ac418 vendor: go get github.com/hashicorp/hcl2@master
7 years ago
Sander van Harmelen d9ba0c69ea Always try to select a workspace after initialization
7 years ago
Martin Atkins 6adcc7ab73 vendor: go get github.com/zclconf/go-cty@master
7 years ago
Martin Atkins eed605ac05 [WIP] Re-enable the end-to-end tests (#20044)
7 years ago
Sander van Harmelen e41c2ecdce
Merge pull request #21139 from hashicorp/svh/b-stdin
7 years ago
Sander van Harmelen 9ab2e9d8b2 Make sure UIInput keeps working after being canceled
7 years ago
James Bardin f79a768a4e command/format: take noop changes from lcs
7 years ago
Przemysław Dąbek 9605b093d9 command/graph: use user-supplied plugin path when running graph command (#18083)
7 years ago
Kristin Laemmert c1079b59bd
command/state_list.go: fix bug loading user-defined state (#21015)
7 years ago
Kristin Laemmert 1c95b21c6c
command/output: get the state path from the workspace or CLI argument (#20994)
7 years ago
Martin Atkins 88e76fa9ef configs/configschema: Introduce the NestingGroup mode for blocks
7 years ago
Pam Selle 346e341ff2 Only display status link if public registry used
7 years ago
Kristin Laemmert f8a5e17d3d
command/format: improve "source" of error messages regarding missing arguments (#20907)
7 years ago
Frederic 0f1f504c22 command/format: indicate in diff when adding an attribute forces replacement
7 years ago
Pam Selle ff7245f27c Add status link to make message more helpful
7 years ago
Pam Selle d72456d188 Add friendly error for when registry unresponsive
7 years ago
Kristin Laemmert d5bb09b13b
command/show: refresh is required to show remote state (#20818)
7 years ago
Justin Downing 1e32ae243c grammatical updates to comments and docs (#20195)
7 years ago
findkim 161fe47b34 plugin/discovery: improve providery discovery verification errors
7 years ago
Martin Atkins e918fa83ec command/format: Don't panic when item removed from list of objects
7 years ago
Justin Campbell e696e063dc
Merge pull request #20674 from hashicorp/registry-warnings
7 years ago
Justin Campbell e6316c9de6 plugin/discovery: Parse warnings from TF Registry
7 years ago
Justin Campbell 24e13d8ec1 plugin/discovery: Return tfdiags from Get
7 years ago
Martin Atkins c39905e1a8 command: Fix various issues in the "terraform state ..." subcommands
7 years ago