microsoft / azure-pipelines-extensions

Collection of all RM and deployment extensions
http://www.visualstudio.com/explore/release-management-vs
MIT License
278 stars 422 forks source link

terraform - no support for workspaces #796

Open skaminski23 opened 4 years ago

skaminski23 commented 4 years ago

There is no support for terraform workspaces. Also really unclear why the pipeline has anything to do with statefile management.

Typically you have 1 pipeline across multiple environments and different config parameters per environment so your using the same process.

https://www.terraform.io/docs/state/workspaces.html

guojian83 commented 4 years ago

I had the same issue earlier. Here is the workaround: https://github.com/microsoft/azure-pipelines-extensions/issues/722