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" {
16
16
application_mount_target = var.application_mount_target
17
17
efs_mount_target = var.efs_mount_target != null ? var.efs_mount_target : " "
18
18
data_mount_target = var.data_mount_target
19
+ docker_remove_orphans = var.docker_remove_orphans
19
20
})
20
21
filename = format (" %s/%s" , abspath (path. root ), " inventory.yaml" )
21
22
}
Original file line number Diff line number Diff line change @@ -12,5 +12,4 @@ bitops_servers:
12
12
application_mount_target: ${application_mount_target}
13
13
efs_mount_target: ${efs_mount_target}
14
14
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