shihanng/terraform-provider-installer

Handle multiple instances of same resource that use

Opened this issue · 0 comments

Handle multiple instances of the same package manager resource.

We can't execute multiple apt-get install or brew install concurrently. We will get the following errors

E: Could not get lock /var/lib/dpkg/lock

Error: Another active Homebrew process is already in progress.


Possible solution:
See https://discuss.hashicorp.com/t/for-each-support-sequential-operation/34680/2