Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:dbwest/NeuBankv2 into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dbwest committed Jan 27, 2024
2 parents 2328895 + 82248c9 commit 3c82685
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev_infrastructure.dot
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ digraph G {
fontname = "sans-serif"
"module.app_insights.azurerm_application_insights.this" [label="azurerm_application_insights.this"];
"module.app_insights.azurerm_log_analytics_workspace.this" [label="azurerm_log_analytics_workspace.this"];
"module.app_insights.azurerm_monitor_action_group.this" [label="azurerm_monitor_action_group.this"];
"module.app_insights.azurerm_monitor_smart_detector_alert_rule.this" [label="azurerm_monitor_smart_detector_alert_rule.this"];
}
subgraph "cluster_module.app_stack" {
label = "module.app_stack"
Expand Down Expand Up @@ -57,6 +59,9 @@ digraph G {
}
"module.app_insights.azurerm_application_insights.this" -> "module.app_insights.azurerm_log_analytics_workspace.this";
"module.app_insights.azurerm_log_analytics_workspace.this" -> "azurerm_resource_group.this";
"module.app_insights.azurerm_monitor_action_group.this" -> "azurerm_resource_group.this";
"module.app_insights.azurerm_monitor_smart_detector_alert_rule.this" -> "module.app_insights.azurerm_application_insights.this";
"module.app_insights.azurerm_monitor_smart_detector_alert_rule.this" -> "module.app_insights.azurerm_monitor_action_group.this";
"module.app_stack.azurerm_service_plan.this" -> "azurerm_resource_group.this";
"module.app_stack.azurerm_windows_web_app.backend" -> "module.app_insights.azurerm_application_insights.this";
"module.app_stack.azurerm_windows_web_app.backend" -> "module.app_stack.azurerm_service_plan.this";
Expand Down
Binary file modified dev_infrastructure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3c82685

Please sign in to comment.