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

Commit 41e3cb1

Browse files
committed
Update parameter name casing
1 parent a127c9f commit 41e3cb1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ resources:
1818
endpoint: NHSDigital
1919

2020
parameters:
21-
- name: image-hash
21+
- name: imageHash
2222
type: string
2323
default: ''
24-
- name: registry-host
24+
- name: registryHost
2525
type: string
2626

2727
variables:
@@ -51,8 +51,8 @@ stages:
5151
- checkout: dtos-devops-templates
5252
- template: .azuredevops/templates/steps/tf_plan.yaml@dtos-devops-templates
5353
parameters:
54-
image-hash: ${{ parameters.image-hash }}
55-
registry-host: ${{ parameters.registry-host }}
54+
image-hash: ${{ parameters.imageHash }}
55+
registry-host: ${{ parameters.registryHost }}
5656

5757
- stage: terraform_apply
5858
displayName: Terraform Apply

0 commit comments

Comments
 (0)