You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would like to request the addition of a supporting plan persistence for Azure DevOps. Currently, digger supports plan persistence only for Github Artifacts or a GCP bucket. https://docs.digger.dev/features/plan-persistence
Extending this support to Azure would be a good feature addition for teams using Azure DevOps (azure pipelines, azure cloud).
Problem
Without Plan Persistence, digger always creates a new plan when the azure pipeline runs. This can lead to a possibility where:
A terraform plan is approved in the Pull Request
A new pipeline run (eg. digger apply) will create a new terraform plan.
This new terraform plan can potentially be different from the approved plan.
Proposed Solution
Implement Plan Persistence for Azure Pipelines by using Azure Storage or some other Azure service to store the terraform plan file. This file can be used in the Terraform apply stage.
It will align with the existing plan persistence feature for GCP and Github artifacts.
The text was updated successfully, but these errors were encountered:
Feature request: Plan Persistence for Azure
Summary
Would like to request the addition of a supporting plan persistence for Azure DevOps. Currently, digger supports plan persistence only for Github Artifacts or a GCP bucket. https://docs.digger.dev/features/plan-persistence
Extending this support to Azure would be a good feature addition for teams using Azure DevOps (azure pipelines, azure cloud).
Problem
Without Plan Persistence, digger always creates a new plan when the azure pipeline runs. This can lead to a possibility where:
Proposed Solution
Implement Plan Persistence for Azure Pipelines by using Azure Storage or some other Azure service to store the terraform plan file. This file can be used in the Terraform apply stage.
It will align with the existing plan persistence feature for GCP and Github artifacts.
The text was updated successfully, but these errors were encountered: