Skip to content

Commit

Permalink
add disk_path to docker_compose (#279)
Browse files Browse the repository at this point in the history
* add disk_path to docker_compose
  • Loading branch information
anniehedgpeth authored Nov 15, 2023
1 parent 187e514 commit 44c06d0
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 @@ -117,6 +117,7 @@ module "docker_compose_config" {
capacity_concurrency = var.capacity_concurrency
capacity_cpu = var.capacity_cpu
capacity_memory = var.capacity_memory
disk_path = local.enable_disk ? var.disk_path : null
iact_subnets = join(",", var.iact_subnet_list)
iact_time_limit = var.iact_subnet_time_limit
operational_mode = local.enable_active_active ? "active-active" : var.operational_mode
Expand Down

0 comments on commit 44c06d0

Please sign in to comment.