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. 20 May, 2022 6 commits
    • Martin Atkins's avatar
      configs: A test for the regression reported in #31081 · 271023bf
      Martin Atkins authored
      54179759 addressed a regression in the
      logic for catching when the newer module meta-arguments are used in
      conjunction with the legacy practice of including provider configurations
      inside modules, where the check started incorrectly catching situations
      where the legacy nested provider configuration was in the same module
      as the child call using one of those meta-arguments.
      
      This is a regression test to catch if a similar bug arises in the future.
      
      Since it's testing validation rules that apply to an entire configuration
      tree, it ended up in a rather idiosyncratic location under the "configload"
      package, rather than directly in "configs". The "configs" package only
      knows how to load one module at a time, so it's harder to write a test
      like this in that context. Due to it being further removed from the code
      it is testing, I included a test for the correct error too in order to
      increase the chance that we'll learn if future changes in the "configs"
      package invalidate this regression test.
      
      I've verified that this new test fails without the change made in the
      earlier commit.
      271023bf
    • James Bardin's avatar
      update CHANGELOG.md · 07555a48
      James Bardin authored
      07555a48
    • James Bardin's avatar
      Merge pull request #31096 from... · 2eb300ee
      James Bardin authored
      Merge pull request #31096 from hashicorp/backport/update-the-non-blockchain-kind-of-crypto/correctly-keen-mutt
      
      Backport of update golang.org/x/crypto again into v1.2
      2eb300ee
    • James Bardin's avatar
      Merge pull request #31087 from hashicorp/dedayosam-CHANGELOG-patch-1 · 884c2e9e
      James Bardin authored
      Correct typo in 1.2.0's CHANGELOG.md
      884c2e9e
    • The Terraform Team's avatar
    • Georg Gadinger's avatar
      backport of commit 590a91a4 · 536e10f3
      Georg Gadinger authored
      536e10f3
  2. 19 May, 2022 17 commits
  3. 18 May, 2022 17 commits