We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3bc921 commit c737ac4Copy full SHA for c737ac4
1 file changed
infrastructure/terraform/hub/frontdoor.tf
@@ -24,7 +24,7 @@ module "frontdoor_profile" {
24
25
tags = var.tags
26
27
- depends_on [
+ depends_on = [
28
module.log_analytics_workspace_hub[local.primary_region]
29
]
30
}
0 commit comments