Skip to content

Commit

Permalink
undo depends on
Browse files Browse the repository at this point in the history
  • Loading branch information
anniehedgpeth committed Oct 9, 2023
1 parent 42b0319 commit e0c6158
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,8 @@ module "redis" {
# Azure postgres
# -----------------------------------------------------------------------------
module "database" {
source = "./modules/database"
count = local.disk_mode == true ? 0 : 1
depends_on = [module.network]
source = "./modules/database"
count = local.disk_mode == true ? 0 : 1

friendly_name_prefix = var.friendly_name_prefix
resource_group_name = module.resource_groups.resource_group_name
Expand Down

0 comments on commit e0c6158

Please sign in to comment.