skip to Main Content

Terraform tasks to deploy on azure cloud

i am trying to deploy azure resources through terraform and configured below task to run terraform init. - task: TerraformTaskV4@4 inputs: provider: 'azurerm' command: 'init' workingDirectory: '$(System.DefaultWorkingDirectory)/terraform' commandOptions: '-migrate-state' backendAzureRmUseEnvironmentVariablesForAuthentication: true backendAzureRmUseEntraIdForAuthentication: true backendServiceArm: 'xxxxxxxxxx' backendAzureRmResourceGroupName: 'rg-terrstore-dev' backendAzureRmStorageAccountName: 'saterrstordev' backendAzureRmContainerName:…

VIEW QUESTION
Back To Top
Search