We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4347d1b commit 33dcb85Copy full SHA for 33dcb85
1 file changed
.azuredevops/pipelines/hub-infrastructure-dev.yaml
@@ -16,17 +16,16 @@ resources:
16
endpoint: NHSDigital
17
18
variables:
19
- - group: DEV_hub_backend
20
- - group: DEV_hub_backend_remote_state # to get storage account name for certbot state
21
- - group: DEV_hub_config
+ - group: NON_LIVE_hub_backend
+ # - group: DEV_hub_config
22
- name: TF_DIRECTORY
23
value: $(System.DefaultWorkingDirectory)/$(System.TeamProject)/infrastructure/hub
24
- name: TF_VERSION
25
value: 1.11.4
26
- name: TF_PLAN_ARTIFACT
27
value: tf_plan_hub_art_NONLIVE_dev
28
- name: ENVIRONMENT
29
- value: development
+ value: non-live-hub
30
31
stages:
32
- stage: terraform_plan
0 commit comments