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. 13 Jan, 2021 1 commit
  2. 06 Jan, 2021 1 commit
  3. 17 Dec, 2020 2 commits
  4. 10 Dec, 2020 1 commit
    • Alisdair McDiarmid's avatar
      command: Revert local patch for pkg/browser · 4b9dada8
      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.
      4b9dada8
  5. 07 Dec, 2020 1 commit
  6. 01 Dec, 2020 1 commit
  7. 30 Nov, 2020 2 commits
  8. 18 Nov, 2020 1 commit
  9. 13 Nov, 2020 1 commit
  10. 11 Nov, 2020 1 commit
    • Rémi Lapeyre's avatar
      Update libpq · c7be001a
      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
      c7be001a
  11. 06 Nov, 2020 2 commits
  12. 05 Nov, 2020 1 commit
  13. 02 Nov, 2020 1 commit
  14. 22 Oct, 2020 1 commit
    • James Bardin's avatar
      update hclog · b4f9c54c
      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.
      b4f9c54c
  15. 21 Oct, 2020 2 commits
    • James Bardin's avatar
      update hclog-go · a2dee91e
      James Bardin authored
      We need some fixes from master.
      a2dee91e
    • James Bardin's avatar
      remove prefixed io · fd4f7eb0
      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.
      fd4f7eb0
  16. 19 Oct, 2020 1 commit
  17. 14 Oct, 2020 4 commits
  18. 10 Oct, 2020 1 commit
  19. 08 Oct, 2020 1 commit
    • Kristin Laemmert's avatar
      deprecate helper/copy · 04be220f
      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.
      04be220f
  20. 25 Sep, 2020 2 commits
  21. 23 Sep, 2020 1 commit
  22. 15 Sep, 2020 1 commit
  23. 14 Sep, 2020 1 commit
  24. 10 Sep, 2020 2 commits
    • Alisdair McDiarmid's avatar
      vendor: Upgrade mitchellh/cli · 59662c01
      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.
      59662c01
    • Pam Selle's avatar
      Point go module at master go-cty · 3723594b
      Pam Selle authored
      3723594b
  25. 03 Sep, 2020 1 commit
  26. 02 Sep, 2020 1 commit
    • Martin Atkins's avatar
      core: Remove the last few HIL remnants · b0da5b1c
      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.
      b0da5b1c
  27. 18 Aug, 2020 1 commit
  28. 07 Aug, 2020 1 commit
    • tombuildsstuff's avatar
      dependencies: updating Azure/azure-sdk-for-go, Azure/go-autorest,... · dc886f19
      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`
      dc886f19
  29. 08 Jul, 2020 1 commit
  30. 25 Jun, 2020 2 commits