Skip to content

Commit d5ced5d

Browse files
RafDevXmergify[bot]
authored andcommitted
terraform: fix typos in phase subtraction
1 parent e4af92b commit d5ced5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/install/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
locals {
22
disk_encryption_key_scripts = [for k in var.disk_encryption_key_scripts : "\"${k.path}\" \"${k.script}\""]
33
removed_phases = setunion(var.stop_after_disko ? ["install"] : [], (var.no_reboot ? ["reboot"] : []))
4-
phases = setsubstract(var.phases, removed_phases)
4+
phases = setsubtract(var.phases, local.removed_phases)
55
arguments = jsonencode({
66
ssh_private_key = var.ssh_private_key
77
debug_logging = var.debug_logging

0 commit comments

Comments
 (0)