Add support for -backend-config=PATH when using terraform init
Closed this issue · 3 comments
Degooya commented
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
jason-johnson commented
Hi,
Is the existing self-configured not able to handle this use case?
jason-johnson commented
Hi @Degooya , does the linked configuration handle this case?
jason-johnson commented
No further response from requester and this case appears to already be covered. Closing.