Skip to content

Commit cf95712

Browse files
committed
fixup! deploy_nixos: remove interpolation-only usage
more of the same
1 parent e1dc461 commit cf95712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy_nixos/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ resource "null_resource" "deploy_nixos" {
162162
data.external.nixos-instantiate.result["drv_path"],
163163
data.external.nixos-instantiate.result["out_path"],
164164
"${var.target_user}@${var.target_host}",
165-
"${var.target_port}",
165+
var.target_port,
166166
local.build_on_target,
167167
local.ssh_private_key_file,
168168
"switch",

0 commit comments

Comments
 (0)