Facebook
From michal, 2 Months ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 198
  1. pool:
  2.   vmImage: ubuntu-latest
  3.  
  4. steps:
  5. - task: TerraformTaskV4@4
  6.   name: terraformInit
  7.   inputs:
  8.     provider: 'azurerm'
  9.     command: 'init'
  10.     backendServiceArm: 'sub-06(82fec995-d706-4757-a002-6bfc2d89631a)'
  11.     backendAzureRmResourceGroupName: 'tfStateRG'
  12.     backendAzureRmStorageAccountName: 'tfstatemeritomf'
  13.     backendAzureRmContainerName: 'tfstate1'
  14.     backendAzureRmKey: 'tfstate1/tfstate.tf'
  15.  
  16. - task: TerraformTaskV4@4
  17.   name: terraformApply
  18.   inputs:
  19.     provider: 'azurerm'
  20.     command: 'apply'
  21.     environmentServiceNameAzureRM: 'sub-06(82fec995-d706-4757-a002-6bfc2d89631a)'