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 497ae28 + 8efb5a7 commit 2487289
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev_infrastructure.dot
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ digraph G {
subgraph "cluster_module.network" {
label = "module.network"
fontname = "sans-serif"
"module.network.azurerm_app_service_virtual_network_swift_connection.frontend" [label="azurerm_app_service_virtual_network_swift_connection.frontend"];
"module.network.azurerm_network_security_group.vnet" [label="azurerm_network_security_group.vnet"];
"module.network.azurerm_private_dns_zone.this" [label="azurerm_private_dns_zone.this"];
"module.network.azurerm_virtual_network.this" [label="azurerm_virtual_network.this"];
}
subgraph "cluster_module.network.module.endpoints" {
label = "module.network.module.endpoints"
fontname = "sans-serif"
"module.network.module.endpoints.azurerm_app_service_virtual_network_swift_connection.frontend" [label="azurerm_app_service_virtual_network_swift_connection.frontend"];
"module.network.module.endpoints.azurerm_private_endpoint.backend" [label="azurerm_private_endpoint.backend"];
}
subgraph "cluster_module.network.module.subnets" {
Expand Down Expand Up @@ -74,11 +74,11 @@ digraph G {
"module.db.azurerm_subnet_network_security_group_association.db" -> "module.db.azurerm_subnet.db";
"module.db.azurerm_subnet_route_table_association.db" -> "module.db.azurerm_route_table.db";
"module.db.azurerm_subnet_route_table_association.db" -> "module.db.azurerm_subnet_network_security_group_association.db";
"module.network.azurerm_app_service_virtual_network_swift_connection.frontend" -> "module.app_stack.azurerm_windows_web_app.frontend";
"module.network.azurerm_app_service_virtual_network_swift_connection.frontend" -> "module.network.module.subnets.azurerm_subnet.integration";
"module.network.azurerm_network_security_group.vnet" -> "azurerm_resource_group.this";
"module.network.azurerm_private_dns_zone.this" -> "azurerm_resource_group.this";
"module.network.azurerm_virtual_network.this" -> "azurerm_resource_group.this";
"module.network.module.endpoints.azurerm_app_service_virtual_network_swift_connection.frontend" -> "module.app_stack.azurerm_windows_web_app.frontend";
"module.network.module.endpoints.azurerm_app_service_virtual_network_swift_connection.frontend" -> "module.network.module.subnets.azurerm_subnet.integration";
"module.network.module.endpoints.azurerm_private_endpoint.backend" -> "module.app_stack.azurerm_windows_web_app.backend";
"module.network.module.endpoints.azurerm_private_endpoint.backend" -> "module.network.azurerm_private_dns_zone.this";
"module.network.module.endpoints.azurerm_private_endpoint.backend" -> "module.network.module.subnets.azurerm_subnet.endpoint";
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 2487289

Please sign in to comment.