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. 17 Dec, 2020 18 commits
  2. 16 Dec, 2020 3 commits
  3. 15 Dec, 2020 3 commits
  4. 14 Dec, 2020 1 commit
  5. 11 Dec, 2020 3 commits
  6. 10 Dec, 2020 11 commits
    • Martin Atkins's avatar
      command/init: Hint about the v0.13 upgrade guide · 041f7a9d
      Martin Atkins authored
      The previous commit introduced a hint for folks who are missing
      declarations of requirements for non-default providers -- that is, ones
      in namespaces other than registry.terraform.io/hashicorp/ .
      
      For v0.14 in particular one way to get into that situation is to try to
      skip directly from v0.12 to v0.14 without stopping at v0.13 to run through
      its upgrade guide, so this adds one further hint to that error message
      that using the v0.13 upgrade guide could be helpful to resolve the error
      more easily, rather than manually inserting all of the individual
      requirements.
      
      The messaging in the previous commit will live on in v0.15, but the
      paragraph in this commit is for v0.14 only as a temporary hint for folks
      who are upgrading.
      041f7a9d
    • Martin Atkins's avatar
      command/init: Hint about providers in other namespaces · ba435654
      Martin Atkins authored
      If a user forgets to specify the source address for a provider, Terraform
      will assume they meant a provider in the registry.terraform.io/hashicorp/
      namespace. If that ultimately doesn't exist, we'll now try to see if
      there's some other provider source address recorded in the registry's
      legacy provider lookup table, and suggest it if so.
      
      The error message here is a terse one addressed primarily to folks who are
      already somewhat familiar with provider source addresses and how to
      specify them. Terraform v0.13 had a more elaborate version of this error
      message which directed the user to try the v0.13 automatic upgrade tool,
      but we no longer have that available in v0.14 and later so the user must
      make the fix themselves.
      ba435654
    • Pam Selle's avatar
      Update CHANGELOG.md · 72153339
      Pam Selle authored
      72153339
    • Pam Selle's avatar
      Merge pull request #27242 from hashicorp/backport/pselle/count-sensitive/actually-amazing-stinkbug · 5dad6cde
      Pam Selle authored
      Backport of Unmark values in count before go conversion into v0.14
      5dad6cde
    • Alisdair McDiarmid's avatar
      Update CHANGELOG.md · d628fa05
      Alisdair McDiarmid authored
      d628fa05
    • Alisdair McDiarmid's avatar
      Merge pull request #27240 from... · 92aee5ac
      Alisdair McDiarmid authored
      Merge pull request #27240 from hashicorp/backport/alisdair/alltrue-anytrue-unknown/formerly-closing-longhorn
      
      Backport of lang/funcs: Fix alltrue/anytrue with unknowns into v0.14
      92aee5ac
    • Pam Selle's avatar
      backport of commit 0d586fd0 · 9427153b
      Pam Selle authored
      9427153b
    • Alisdair McDiarmid's avatar
      backport of commit df626e89 · 600cbe5c
      Alisdair McDiarmid authored
      600cbe5c
    • James Bardin's avatar
      update CHANGELOG.md · 68243b9e
      James Bardin authored
      68243b9e
    • James Bardin's avatar
      Merge pull request #27235 from... · e55797ed
      James Bardin authored
      Merge pull request #27235 from hashicorp/backport/jbardin/apply-refresh-false/reasonably-strong-bedbug
      
      Backport of set SkipRefresh for plan and apply into v0.14
      e55797ed
    • James Bardin's avatar
      backport of commit 7eac9e1d · b8896787
      James Bardin authored
      b8896787
  7. 09 Dec, 2020 1 commit