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. 13 May, 2020 1 commit
  2. 12 May, 2020 8 commits
  3. 11 May, 2020 6 commits
  4. 08 May, 2020 6 commits
  5. 07 May, 2020 10 commits
  6. 06 May, 2020 5 commits
    • Pam Selle's avatar
      Update CHANGELOG.md · e1862644
      Pam Selle authored
      e1862644
    • Pam Selle's avatar
      Merge pull request #24696 from hashicorp/leetrout/remote-state-force-push · 60b3815a
      Pam Selle authored
      Add support for force pushing with the remote backend
      60b3815a
    • Lee Trout's avatar
      Add support for force pushing with the remote backend · cb0e20ca
      Lee Trout authored
      Both differing serials and lineage protections should be bypassed
      with the -force flag (in addition to resources).
      
      Compared to other backends we aren’t just shipping over the state
      bytes in a simple payload during the persistence phase of the push
      command and the force flag added to the Go TFE client needs to be
      specified at that time.
      
      To prevent changing every method signature of PersistState of the
      remote client I added an optional interface that provides a hook
      to flag the Client as operating in a force push context. Changing
      the method signature would be more explicit at the cost of not
      being used anywhere else currently or the optional interface pattern
      could be applied to the state itself so it could be upgraded to
      support PersistState(force bool) only when needed.
      
      Prior to this only the resources of the state were checked for
      changes not the lineage or the serial. To bring this in line with
      documented behavior noted above those attributes a...
      cb0e20ca
    • Pam Selle's avatar
      Merge pull request #24874 from hashicorp/pselle/modulecallexpansionvalidation · 3e420d5f
      Pam Selle authored
      Add more validation to expanding modules
      3e420d5f
    • Pam Selle's avatar
      Add more validation to expanding modules · 38e5d9c6
      Pam Selle authored
      38e5d9c6
  7. 05 May, 2020 4 commits