Skip to content

Commit 33dcb85

Browse files
committed
wip
1 parent 4347d1b commit 33dcb85

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,16 @@ resources:
1616
endpoint: NHSDigital
1717

1818
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
19+
- group: NON_LIVE_hub_backend
20+
# - group: DEV_hub_config
2221
- name: TF_DIRECTORY
2322
value: $(System.DefaultWorkingDirectory)/$(System.TeamProject)/infrastructure/hub
2423
- name: TF_VERSION
2524
value: 1.11.4
2625
- name: TF_PLAN_ARTIFACT
2726
value: tf_plan_hub_art_NONLIVE_dev
2827
- name: ENVIRONMENT
29-
value: development
28+
value: non-live-hub
3029

3130
stages:
3231
- stage: terraform_plan

0 commit comments

Comments
 (0)