jason-johnson / azure-pipelines-tasks-terraform

Azure Pipelines extension for Terraform
MIT License
122 stars 51 forks source link

Add support for -backend-config=PATH when using terraform init #431

Open Degooya opened 1 month ago

Degooya commented 1 month ago

It would be nice to add support for the backend-config option, when using terraform init, to outsource the configuration of the remote state.

jason-johnson commented 1 month ago

Hi,

Is the existing self-configured not able to handle this use case?