File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
operations/deployment/terraform Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ resource "local_file" "ansible_inventory" {
1616 application_mount_target = var.application_mount_target
1717 efs_mount_target = var.efs_mount_target != null ? var.efs_mount_target : " "
1818 data_mount_target = var.data_mount_target
19+ docker_remove_orphans = var.docker_remove_orphans
1920 })
2021 filename = format (" %s/%s" , abspath (path. root ), " inventory.yaml" )
2122}
Original file line number Diff line number Diff line change @@ -12,5 +12,4 @@ bitops_servers:
1212 application_mount_target: ${application_mount_target}
1313 efs_mount_target: ${efs_mount_target}
1414 data_mount_target: ${data_mount_target}
15- docker_remove_orphans: ${var.docker_remove_orphans}
16-
15+ docker_remove_orphans: ${docker_remove_orphans}
You can’t perform that action at this time.
0 commit comments