Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
anniehedgpeth committed Oct 9, 2023
1 parent bd35347 commit 42b0319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ module "redis" {
module "database" {
source = "./modules/database"
count = local.disk_mode == true ? 0 : 1
depends_on = [ module.network ]
depends_on = [module.network]

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

0 comments on commit 42b0319

Please sign in to comment.