Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 3300384

Browse files
committed
Parameter usage update
1 parent a6e0e9c commit 3300384

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.azuredevops/pipelines/cd-infrastructure-dev-core.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ variables:
3636
value: tf_plan_core_DEV
3737
- name: ENVIRONMENT
3838
value: development
39-
- name: image-hash
40-
value: ${{ parameters.image-hash }}
41-
- name: registry-host
42-
value: ${{ parameters.registry-host }}
4339

4440
stages:
4541
- stage: terraform_plan
@@ -54,6 +50,9 @@ stages:
5450
- checkout: self
5551
- checkout: dtos-devops-templates
5652
- template: .azuredevops/templates/steps/tf_plan.yaml@dtos-devops-templates
53+
parameters:
54+
image-hash: ${{ parameters.image-hash }}
55+
registry-host: ${{ parameters.registry-host }}
5756

5857
- stage: terraform_apply
5958
displayName: Terraform Apply

0 commit comments

Comments
 (0)