Skip to content

Commit

Permalink
add disk path to docker compose (#242)
Browse files Browse the repository at this point in the history
* add disk_mode to docker_compose
  • Loading branch information
anniehedgpeth authored Nov 15, 2023
1 parent 0295012 commit 560fe25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ module "docker_compose_config" {
capacity_concurrency = var.capacity_concurrency
capacity_cpu = var.capacity_cpu
capacity_memory = var.capacity_memory
disk_path = local.disk_mode ? var.disk_path : null
iact_subnets = join(",", var.iact_subnet_list)
iact_time_limit = var.iact_subnet_time_limit
operational_mode = local.active_active ? "active-active" : var.production_type
Expand Down

0 comments on commit 560fe25

Please sign in to comment.