Skip to content

Commit

Permalink
Remove azurerm_resource_group dependency from main and DR hub
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf13 committed Sep 6, 2023
1 parent 6eb8d6c commit 188011e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/azure/sonar_deployment/sonar.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ module "hub" {
tags = local.tags

depends_on = [
azurerm_resource_group.rg,
module.network
]
}
Expand Down Expand Up @@ -60,7 +59,6 @@ module "hub_secondary" {
allowed_all_cidrs = local.workstation_cidr
tags = local.tags
depends_on = [
azurerm_resource_group.rg,
module.network
]
}
Expand Down

0 comments on commit 188011e

Please sign in to comment.