Skip to content

Commit c3bc921

Browse files
committed
wip
1 parent 7a7e225 commit c3bc921

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

infrastructure/terraform/hub/frontdoor.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ module "frontdoor_profile" {
2323
identity = each.value.frontdoor_profile.identity
2424

2525
tags = var.tags
26+
27+
depends_on [
28+
module.log_analytics_workspace_hub[local.primary_region]
29+
]
2630
}
2731

2832
# module "frontdoor_profile_hub" {

0 commit comments

Comments
 (0)