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. 16 Nov, 2021 7 commits
  2. 15 Nov, 2021 7 commits
  3. 14 Nov, 2021 1 commit
  4. 12 Nov, 2021 3 commits
  5. 11 Nov, 2021 5 commits
    • James Bardin's avatar
      backport of commit 9d19086c · 1703cd5d
      James Bardin authored
      1703cd5d
    • James Bardin's avatar
      backport of commit 40174b63 · e6259449
      James Bardin authored
      e6259449
    • Katy Moe's avatar
      revert change to installModules diag handling · 91f33d91
      Katy Moe authored
      Error diags from c.installModules() no longer cause getModules() to exit early.
      Whether installModules completed successfully, errored, or was cancelled, we
      try to update the manifest as best we can, preferring incomplete information
      to none.
      91f33d91
    • Katy Moe's avatar
      bump go-getter to v1.5.9 · 15c9b0f2
      Katy Moe authored
      15c9b0f2
    • kmoe's avatar
      command: make module installation interruptible · 34fba9dd
      kmoe authored
      Earlier work to make "terraform init" interruptible made the getproviders
      package context-aware in order to allow provider installation to be cancelled.
      
      Here we make a similar change for module installation, which is now also
      cancellable with SIGINT. This involves plumbing context through initwd and
      getmodules. Functions which can make network requests now include a context
      parameter whose cancellation cancels those requests.
      
      Since the module installation code is shared, "terraform get" is now
      also interruptible during module installation.
      34fba9dd
  6. 10 Nov, 2021 1 commit
    • Krista LaFentres (she/her)'s avatar
      Merge pull request #29919 from... · 4812b5f9
      Krista LaFentres (she/her) authored
      Merge pull request #29919 from hashicorp/backport/lafentres/warn-about-backups-on-non-local-backends/newly-exact-crane
      
      Backport of Command state mv: Error when backup or backup-out options are used without the state option on non-local backends into v1.1
      4812b5f9
  7. 09 Nov, 2021 3 commits
  8. 05 Nov, 2021 1 commit
  9. 04 Nov, 2021 2 commits
  10. 03 Nov, 2021 10 commits