jason-johnson / azure-pipelines-tasks-terraform

Azure Pipelines extension for Terraform
MIT License
127 stars 55 forks source link

make azurerm backend configuration optional #240

Closed charleszipp closed 2 years ago

charleszipp commented 2 years ago

This makes the backend configuration for the azurerm storage account backend optional. This should resolve the bugs by causing the logging to ignore the values if not defined rather than triggering an error. Also updated the condition for SKU as a secondary measure to prevent logger from tracking it if ensureBackend is not enabled.

Resolves #15 Resolves #239 Resolves #238