Skip to content

Commit 105bb6c

Browse files
committed
wip
1 parent 2af2366 commit 105bb6c

2 files changed

Lines changed: 10 additions & 15 deletions

File tree

.azuredevops/pipelines/hub-infrastructure-dev.yaml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff 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

infrastructure/bootstrap/modules/managedDevopsPool.bicep

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ param devopsSubnetName string
1212
param devopsSubnetAddressPrefix string
1313
param 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

0 commit comments

Comments
 (0)