This project is mirrored from https://:*****@github.com/hashicorp/terraform.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 13 Jan, 2021 1 commit
-
-
Martin Atkins authored
This is a helper package that creates a very thin abstraction over terminal setup, with the main goal being to deal with all of the extra setup we need to do in order to get a UTF-8-supporting virtual terminal on a Windows system.
-
- 06 Jan, 2021 1 commit
-
-
Alisdair McDiarmid authored
-
- 17 Dec, 2020 2 commits
-
-
Alisdair McDiarmid authored
-
Alisdair McDiarmid authored
-
- 10 Dec, 2020 1 commit
-
-
Alisdair McDiarmid authored
The upstream bug with opening a browser on Windows Subsystem for Linux has been fixed, so this reverts our local patch for this. The approach upstream adds fallback support for x-www-browser and www-browser if xdg-open fails, and this fixes the problem on WSL. This reverts commit 12e090ce.
-
- 07 Dec, 2020 1 commit
-
-
Pam Selle authored
-
- 01 Dec, 2020 1 commit
-
-
James Bardin authored
-
- 30 Nov, 2020 2 commits
-
-
James Bardin authored
-
Alisdair McDiarmid authored
-
- 18 Nov, 2020 1 commit
-
-
Alisdair McDiarmid authored
-
- 13 Nov, 2020 1 commit
-
-
Kent 'picat' Gruber authored
-
- 11 Nov, 2020 1 commit
-
-
Rémi Lapeyre authored
This is needed to make it possible to use the scram-sha-256 authentication method for the pg backend. It's not easy to write unit-tests for this since it requires a specific configuration of the PostgreSQL server, I did test it manually thought and everything seems to work like it should. Closes https://github.com/hashicorp/terraform/issues/24016
-
- 06 Nov, 2020 2 commits
-
-
James Bardin authored
-
Upo authored
-
- 05 Nov, 2020 1 commit
-
-
Pam Selle authored
-
- 02 Nov, 2020 1 commit
-
-
Alisdair McDiarmid authored
Includes fix for breaking upstream API change.
-
- 22 Oct, 2020 1 commit
-
-
James Bardin authored
Added an Off level to hclog, so we can individually disable logging at various levels. Added IndependentLevels so that sublogger levels are not linked to their parents.
-
- 21 Oct, 2020 2 commits
-
-
James Bardin authored
We need some fixes from master.
-
James Bardin authored
The main process is now handling what output to print, so it doesn't do any good to try and run it through prefixedio, which is only adding extra coordination to echo the same data.
-
- 19 Oct, 2020 1 commit
-
-
James Bardin authored
-
- 14 Oct, 2020 4 commits
-
-
Alisdair McDiarmid authored
-
Alisdair McDiarmid authored
-
Alisdair McDiarmid authored
-
James Bardin authored
Update go-cmp to prevent pointer arithmetic panics when using the race detector.
-
- 10 Oct, 2020 1 commit
-
-
Carlos Alexandro Becker authored
closes #26516 Signed-off-by:
Carlos Alexandro Becker <caarlos0@gmail.com>
-
- 08 Oct, 2020 1 commit
-
-
Kristin Laemmert authored
helper/copy CopyDir was used heavily in tests. It differes from internal/copydir in a few ways, the main one being that it creates the dst directory while the internal version expected the dst to exist (there are other differences, which is why I did not just switch tests to using internal's CopyDir). I moved the CopyDir func from helper/copy into command_test.go; I could also have moved it into internal/copy and named it something like CreateDirAndCopy so if that seems like a better option please let me know. helper/copy/CopyFile was used in a couple of spots so I moved it into internal, at which point I thought it made more sense to rename the package copy (instead of copydir). There's also a `go mod tidy` included.
-
- 25 Sep, 2020 2 commits
-
-
Alisdair McDiarmid authored
-
Alisdair McDiarmid authored
-
- 23 Sep, 2020 1 commit
-
-
James Bardin authored
-
- 15 Sep, 2020 1 commit
-
-
Kristin Laemmert authored
Fixes #26175
-
- 14 Sep, 2020 1 commit
-
-
Joe Ceresini authored
-
- 10 Sep, 2020 2 commits
-
-
Alisdair McDiarmid authored
Update tests to match the fix in mitchellh/cli#71, which aligns MockUi with BasicUi and allows newlines in user input. We are not using the new ErrorWriter, added in mitchellh/cli#81, as it does not appear to interact correctly with panicwrap. All error output from CLI parsing will continue to appear on stdout, not stderr.
-
Pam Selle authored
-
- 03 Sep, 2020 1 commit
-
-
Kristin Laemmert authored
go-cty v1.6.1 fixes a panic in the `element` function when called with a negative offset.
-
- 02 Sep, 2020 1 commit
-
-
Martin Atkins authored
We've not been using HIL in the main codepaths since Terraform 0.12, but some references to it (and some supporting functionality in Terraform) stuck around due to interactions with types we'd kept around to support legacy shims. However, removing the configs.RawConfig field from terraform.ResourceConfig disconnects that subtree of dependencies from everything else, allowing us to remove it. This is safe because the only remaining uses of terraform.ResourceConfig are shims from values that were already evaluated using the HCL 2 API, and thus they never need the "just in time" HIL evaluation that ResourceConfig.interpolateForce used to do. We also had some HIL references in configs/hcl2shim that were previously in support of the "terraform 0.12upgrade" command, but the implementation of that command is now removed. There was one remaining reference to HIL in a now-unused function in the helper/schema package, which I removed entirely here. This then allows us to remove the HIL dependency entirely, and also to clean up some remaining old remants of the legacy "config" package that we'd recently moved into the "configs" package pending further pruning.
-
- 18 Aug, 2020 1 commit
-
-
Angie Pinilla authored
-
- 07 Aug, 2020 1 commit
-
-
tombuildsstuff authored
dependencies: updating Azure/azure-sdk-for-go, Azure/go-autorest, hashicorp/go-azure-helpers, tombuildsstuff/giovanni * updating `github.com/Azure/azure-sdk-for-go` to `v45.0.0` * updating `github.com/Azure/go-autorest` to `v0.11.3` * updating `github.com/hashicorp/go-azure-helpers` to `v0.12.0` * updating `github.com/tombuildsstuff/giovanni` to `v0.12.0`
-
- 08 Jul, 2020 1 commit
-
-
Kristin Laemmert authored
-
- 25 Jun, 2020 2 commits
-
-
Alisdair McDiarmid authored
-
Alisdair McDiarmid authored
This is for consistency with other commands which use prompts, all of which require "yes" rather than "y" to confirm. We also migrate the login command to use UIInput, which now supports securely asking for passwords or secrets via the speakeasy library.
-