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.
  1. 26 Jan, 2021 1 commit
  2. 14 Oct, 2020 1 commit
    • Martin Atkins's avatar
      internal/depsfile: Factor out our atomic file replacement logic · 55e6f649
      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.
      55e6f649
  3. 23 Aug, 2019 1 commit
    • Martin Atkins's avatar
      command/cliconfig: New CredentialsSource implementation · 1e2da4f7
      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.
      1e2da4f7
  4. 01 Aug, 2019 1 commit
    • Martin Atkins's avatar
      command/cliconfig: Factor out CLI config handling · e1590d0a
      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.
      e1590d0a
  5. 21 Mar, 2018 1 commit
  6. 26 Dec, 2017 1 commit
    • James Bardin's avatar
      go fmt · 4b49a323
      James Bardin authored
      slight change to go fmt coming in 0.10
      4b49a323
  7. 12 Jun, 2017 1 commit
  8. 30 Dec, 2015 1 commit
  9. 11 Oct, 2015 1 commit
    • Martin Atkins's avatar
      Demote some log lines to DEBUG. · 8173cd25
      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.
      8173cd25
  10. 27 Sep, 2014 1 commit
  11. 19 Aug, 2014 1 commit
  12. 14 Aug, 2014 1 commit