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. 08 Dec, 2021 14 commits
  2. 07 Dec, 2021 3 commits
    • Chris Arcand's avatar
      Add Terraform Cloud integration docs · 099c7269
      Chris Arcand authored
      099c7269
    • Chris Arcand's avatar
      Misc doc edits referencing state/settings · b80e98ab
      Chris Arcand authored
      b80e98ab
    • Chris Arcand's avatar
      Remove 'enhanced' backend type distinction · f521ba6c
      Chris Arcand authored
      As explained in the changes: The 'enhanced' backend terminology, which
      only truly pertains to the 'remote' backend with a single API (Terraform
      Cloud/Enterprise's), has been found to be a confusing vestige which need
      only be explained in the context of the 'remote' backend.
      
      These changes reorient the explanation(s) of backends to pertain more
      directly to their primary purpose, which is storage of state snapshots
      (and not implementing operations).
      
      That Terraform operations are still _implemented_ by the literal
      `Backend` and `Enhanced` interfaces is inconsequential a user of
      Terraform, an internal detail.
      f521ba6c
  3. 03 Dec, 2021 3 commits
  4. 01 Dec, 2021 9 commits
  5. 30 Nov, 2021 5 commits
  6. 29 Nov, 2021 2 commits
  7. 26 Nov, 2021 1 commit
  8. 25 Nov, 2021 2 commits
  9. 24 Nov, 2021 1 commit
    • Alisdair McDiarmid's avatar
      core: Fix schema loading for deleted resources · 5ddf5e1f
      Alisdair McDiarmid authored
      Resource instances removed from the configuration would previously use
      the implied provider address. This is correct for default providers, but
      incorrect for those from other namespaces or hosts. The fix here is to
      use the stored provider config if it is present.
      5ddf5e1f