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. 30 Jun, 2022 2 commits
  2. 27 Jun, 2022 1 commit
    • James Bardin's avatar
      remove deprecated etcd backend · 799ab6c9
      James Bardin authored
      This allows us to remove the manual replace directives
      github.com/dgrijalva/jwt-go and google.golang.org/grpc, so that we can
      remove the CVE warnings and update the grpc packages.
      
      While the etcdv3 backend is also marked as deprecated, the changes here
      are done in a manner to keep that backend working for the time being.
      799ab6c9
  3. 23 Jun, 2022 1 commit
  4. 16 Jun, 2022 1 commit
    • Martin Atkins's avatar
      go.mod: Now targeting the Go 1.18 language · 7b3e6b32
      Martin Atkins authored
      This means we can now use type parameter syntax where appropriate.
      
      This commit also includes an upgrade to the golang.org/x/tools module,
      in order to get a newer version of "stringer" that supports the type
      parameters syntax.
      7b3e6b32
  5. 13 Jun, 2022 1 commit
  6. 31 May, 2022 2 commits
  7. 25 May, 2022 1 commit
  8. 20 May, 2022 1 commit
  9. 28 Apr, 2022 1 commit
  10. 27 Apr, 2022 1 commit
  11. 25 Apr, 2022 2 commits
  12. 20 Apr, 2022 1 commit
  13. 04 Apr, 2022 1 commit
    • Martin Atkins's avatar
      build: GitHub Actions "Quick Checks" workflow · 9210ce6c
      Martin Atkins authored
      This is intended to eventually replace the CircleCI-based checks we use
      as part of the PR process in this repository. We're already using GitHub
      Actions for various other processes in this repository, so this change is
      motivated by consistency of having all of our automation running in the
      same system and written in the same language.
      
      This is not a complete replacement for our CircleCI workflow yet, and
      probably won't ever be because the CircleCI workflow contains some steps
      that are arguably redundant with other processes we follow elsewhere.
      However, the CircleCI workflow remains for now and won't be removed until
      we're satisfied that enough of it is replicated by this GitHub Actions
      workflow.
      9210ce6c
  14. 23 Mar, 2022 1 commit
  15. 02 Mar, 2022 1 commit
    • Barrett Clark's avatar
      Update go-slug for terraform.tfstate exclusion · ecf76add
      Barrett Clark authored
      `go-slug` has been updated to not upload `terraform.tfstate` to the slug
      so that a user will no longer receive the error message about the
      leftover state file after migrating from the local backend to TFC.
      ecf76add
  16. 01 Mar, 2022 2 commits
  17. 25 Feb, 2022 1 commit
  18. 24 Feb, 2022 6 commits
  19. 17 Jan, 2022 2 commits
  20. 03 Jan, 2022 1 commit
    • Martin Atkins's avatar
      getmodules: Use go-getter v1.5.10 and return to upstream GitGetter · 74761b2f
      Martin Atkins authored
      There was an unintended regression in go-getter v1.5.9's GitGetter which
      caused us to temporarily fork that particular getter into Terraform to
      expedite a fix. However, upstream v1.5.10 now includes a
      functionally-equivalent fix and so we can heal that fork by upgrading.
      
      We'd also neglected to update the Module Sources docs when upgrading to
      go-getter v1.5.9 originally and so we were missing documentation about the
      new "depth" argument to enable shadow cloning, which I've added
      retroactively here along with documenting its restriction of only
      supporting named refs.
      
      This new go-getter release also introduces a new credentials-passing
      method for the Google Cloud Storage getter, and so we must incorporate
      that into the Terraform-level documentation about module sources.
      74761b2f
  21. 09 Dec, 2021 1 commit
  22. 01 Dec, 2021 2 commits
  23. 18 Nov, 2021 1 commit
  24. 17 Nov, 2021 2 commits
  25. 16 Nov, 2021 1 commit
  26. 11 Nov, 2021 3 commits