azure-pipelines-tasks-terraform icon indicating copy to clipboard operation
azure-pipelines-tasks-terraform copied to clipboard

Terraform CLI create only container for backend if storage account exists - IMPROVEMENT

Open akordowski opened this issue 2 years ago • 0 comments

The Terraform CLI init command contains the Create Backend (If not exists) option. When set to true the Azure CLI tries to create a Resource Group and a Storage Account with a Container. But if the Storage Account already exists the command fails. It would be a great improvement if the container is created when the Storage Account already exists.

An other improvement would be also a option to set the verbosity level for the Azure CLI, when running the Create Backend command.

akordowski avatar Jun 01 '23 12:06 akordowski