File tree Expand file tree Collapse file tree
infrastructure/bootstrap/modules Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,26 +36,22 @@ stages:
3636 - job : init_and_plan
3737 displayName : Init, plan, store artifact
3838 steps :
39- # - task: TerraformInstaller@1
40- # displayName: Install Terraform $(TF_VERSION)
41- # inputs:
42- # terraformVersion: $(TF_VERSION)
39+
40+ - checkout : self
41+ - checkout : dtos-devops-templates
42+
4343 - task : Bash@3
44- displayName : ' Set TF_DIRECTORY variable '
44+ displayName : ' Debug Terraform directory '
4545 inputs :
4646 targetType : ' inline'
4747 script : |
4848 pwd
49- ls -l
50- find .
51- echo "hello world"
52- echo $(TF_DIRECTORY)
49+ ls -la
50+ echo "TF_DIRECTORY=$(TF_DIRECTORY)"
5351 cd $(TF_DIRECTORY)
5452 ls -ltr
55-
56- terraform --version
57- - checkout : self
58- - checkout : dtos-devops-templates
53+ find .
54+ terraform --version || true
5955 - template : .azuredevops/templates/steps/tf_plan.yaml@dtos-devops-templates
6056
6157 - stage : terraform_apply
Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ param devopsSubnetName string
1212param devopsSubnetAddressPrefix string
1313param virtualNetworkName string
1414
15- // param fabricProfileSkuName string = 'Standard_D2ads_v5'
16- param fabricProfileSkuName string = 'Standard_D2as_v5'
15+ param fabricProfileSkuName string = 'Standard_D2ads_v5'
1716//param fabricProfileSkuName string = 'Standard_D2ldsv6'
1817//param fabricProfileSkuName string = 'Standard_B4ms'
1918
You can’t perform that action at this time.
0 commit comments