Skip to content

Commit 7109b7c

Browse files
committed
wip
1 parent c737ac4 commit 7109b7c

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

infrastructure/environments/nonlive-hub/variables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ ENVIRONMENT=nonlive-hub
22
ENV_CONFIG=nonlive-hub
33
AZURE_SUBSCRIPTION="Lung Cancer Risk Check - Non-live hub"
44
HUB_SUBSCRIPTION="Lung Cancer Risk Check - Non-live hub"
5-
TERRAFORM_MODULES_REF=main
5+
TERRAFORM_MODULES_REF=PPHA-417-Create-infra-as-code-for-Hub-resources
66
# ENABLE_SOFT_DELETE=false
77
# DOCKER_IMAGE=ghcr.io/nhsdigital/lung_cancer_screening

infrastructure/terraform/hub/frontdoor.tf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ module "frontdoor_profile" {
2424

2525
tags = var.tags
2626

27-
depends_on = [
28-
module.log_analytics_workspace_hub[local.primary_region]
29-
]
3027
}
3128

3229
# module "frontdoor_profile_hub" {

0 commit comments

Comments
 (0)