terraform-exec icon indicating copy to clipboard operation
terraform-exec copied to clipboard

Added workspace support

Open nmiculinic opened this issue 3 years ago • 3 comments

This is another way to solve #247, to have per tf instance workspace support. This is especially important for our usecase where we concurrently run terraform apply over the same directory, but different workspaces

nmiculinic avatar Dec 10 '21 07:12 nmiculinic

CLA assistant check
All committers have signed the CLA.

hashicorp-cla avatar Mar 12 '22 18:03 hashicorp-cla

Is this dead?

sergiorivera50 avatar Nov 07 '22 19:11 sergiorivera50

@radeksimko this is a blocker for us. We would like to run tfexec concurrently for different workspaces. Depending on the state of .terraform/environment makes this impossible without a lock. This PR would allow us to do it concurrently for independent workspaces.

fsaintjacques avatar Jan 25 '23 14:01 fsaintjacques