Files
opentf/internal/command
kmoe 40ec62c139 command: make module installation interruptible
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.
2021-11-11 12:28:10 +00:00
..
2021-08-17 15:20:05 -07:00
2021-05-17 14:09:07 -07:00
2021-10-28 11:51:39 -04:00
2021-05-17 14:09:07 -07:00
2021-10-28 19:29:21 -05:00
2021-10-28 19:29:21 -05:00
2021-09-28 17:58:40 -04:00
2021-09-01 11:36:21 -04:00
2021-05-17 14:09:07 -07:00
2021-05-17 14:09:07 -07:00
2021-05-17 14:09:07 -07:00