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. 16 Nov, 2021 3 commits
  2. 15 Nov, 2021 5 commits
  3. 12 Nov, 2021 1 commit
  4. 11 Nov, 2021 12 commits
  5. 10 Nov, 2021 1 commit
  6. 09 Nov, 2021 3 commits
  7. 08 Nov, 2021 3 commits
  8. 05 Nov, 2021 3 commits
    • Martin Atkins's avatar
      main: Report version information for "interesting" dependencies · 5ac1074c
      Martin Atkins authored
      We have a few dependencies that are such a significant part of Terraform's
      behavior that they will often be the root cause of or the solution to a
      bug reported against Terraform.
      
      As a small quality-of-life improvement to help with diagnosing those,
      we'll now report the selected versions for each of these so-called
      "interesting" dependencies as part of our initial trace log output during
      Terraform startup.
      
      The goal here is that when someone opens a bug report, and includes the
      trace log as our bug report template requests, we'll be able to see at a
      glance which versions of these dependencies were involved, instead of
      having to manually cross-reference in the go.mod file of the reported main
      Terraform CLI version.
      
      This does slightly grow the general overhead of the logs, but as long as
      we keep this set of interesting dependencies relatively small it shouldn't
      present any significant problem in typical usage.
      5ac1074c
    • Laura Pacilio's avatar
      Merge pull request #29887 from strugee/patch-1 · 19101df1
      Laura Pacilio authored
      Fix typo in 0.13 upgrade guide
      19101df1
    • Laura Pacilio's avatar
  9. 04 Nov, 2021 1 commit
  10. 03 Nov, 2021 8 commits