microsoft / azure-pipelines-terraform

Azure Pipelines tasks for installing Terraform and running Terraform commands in a build or release pipeline.
MIT License
95 stars 60 forks source link

Add option to enforce creation of the backing storage plan/resource group, if they don't exist. #155

Closed Clockwork-Muse closed 1 year ago

Clockwork-Muse commented 1 year ago

Given it's probably best practice to have a specific storage account just for terraform plans, allow automatic creation of the resource group and storage account, if they don't exist.

mericstam commented 1 year ago

Hi, this is out of scope for the extension