Commit Graph

1374 Commits (f-langserver)

Author SHA1 Message Date
Martin Atkins 81b96766a4
lang/langserver: A do-nothing stubbed out language server
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
6 years ago
Simon Brady 7a9fa93724 command/plan: Fix panic in plan output with string containing null and whitespace (#23102)
6 years ago
Martin Atkins d0f50ff83f command: Don't treat config warnings as errors
6 years ago
Ethan 6833ac290b command: Use full URL for the download page when prompting for upgrade
6 years ago
Thayne McCombs a895a42f85 command/format: fix missing elements at the end of lists in diffs
6 years ago