Skip to content

Commit

Permalink
Add virtual network address variable to migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
ShakutaiGit committed Feb 10, 2025
1 parent 94a9181 commit e36bf6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/terraform/migrate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ declare -a RESOURCES_TO_REMOVE=(
"module.network.azurerm_subnet.airlock_events"
"module.network.azurerm_subnet.firewall_management"
)
vnet_address="module.network.azurerm_virtual_network.core"


migration_is_needed=0
for resource in "${RESOURCES_TO_REMOVE[@]}"; do
Expand Down

0 comments on commit e36bf6f

Please sign in to comment.