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.
- 26 Jan, 2021 1 commit
-
-
Jonathan Hall authored
-
- 14 Oct, 2020 1 commit
-
-
Martin Atkins authored
This originated in the cliconfig code to write out credentials files. The Windows implementation of this in particular was quite onerous to get right because it needs a very specific sequence of operations to avoid running into exclusive file locks, and so by factoring this out with only cosmetic modification we can avoid repeating all of that engineering effort for other atomic file writing use-cases.
-
- 23 Aug, 2019 1 commit
-
-
Martin Atkins authored
This new implementation is not yet used, but should eventually replace the technique of composing together various types from the svchost/auth package, since our requirements are now complex enough that they're more straightforward to express in direct code within a single type than as a composition of the building blocks in the svchost/auth package.
-
- 01 Aug, 2019 1 commit
-
-
Martin Atkins authored
This is just a wholesale move of the CLI configuration types and functions from the main package into its own package, leaving behind some type aliases and wrappers for now to keep existing callers working. This commit alone doesn't really achieve anything, but in future commits we'll expand the functionality in this package.
-
- 21 Mar, 2018 1 commit
-
-
Paweł Socha authored
-
- 26 Dec, 2017 1 commit
-
-
James Bardin authored
slight change to go fmt coming in 0.10
-
- 12 Jun, 2017 1 commit
-
-
James Bardin authored
The extra output shouldn't be seen by the user, and is causing TFE to fail.
-
- 30 Dec, 2015 1 commit
-
-
James Nugent authored
This allows building on a wider variety of unix-a-likes without needing to list them all explicitly - Windows is the special case here!
-
- 11 Oct, 2015 1 commit
-
-
Martin Atkins authored
Now that we support log line filtering (as of 0090c063) it's good to be a bit more fussy about what log levels are assigned to different things. Here we make a few things that are implementation details log as DEBUG, and prevent spurious errors from EvalValidateCount where it was returning an empty EvalValidateError rather than nil when everything was okay.
-
- 27 Sep, 2014 1 commit
-
-
Mitchell Hashimoto authored
-
- 19 Aug, 2014 1 commit
-
-
Mitchell Hashimoto authored
-
- 14 Aug, 2014 1 commit
-
-
Camilo Aguilar authored
-