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. 11 Nov, 2021 3 commits
    • Katy Moe's avatar
      revert change to installModules diag handling · 6da61bf0
      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.
      6da61bf0
    • Katy Moe's avatar
      bump go-getter to v1.5.9 · 70228764
      Katy Moe authored
      70228764
    • kmoe's avatar
      command: make module installation interruptible · 40ec62c1
      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.
      40ec62c1
  2. 01 Nov, 2021 30 commits
  3. 30 Oct, 2021 1 commit
  4. 29 Oct, 2021 6 commits