azure-pipelines-tasks-terraform
azure-pipelines-tasks-terraform copied to clipboard
Add support for -backend-config=PATH when using terraform init
It would be nice to add support for the backend-config option, when using terraform init, to outsource the configuration of the remote state.
- task: TerraformCLI@0 displayName: 'terraform init' inputs: command: init backendType: azurerm backendServiceArm: 'My Azure Service Connection' backendConfig: $(System.DefaultWorkingDirectory)/remote.conf
Hi @Degooya , does the linked configuration handle this case?
No further response from requester and this case appears to already be covered. Closing.