Skip to content

Commit e1dc461

Browse files
committed
deploy_nixos: remove interpolation-only usage
Removes a warning in Terraform 0.13
1 parent af66619 commit e1dc461

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
@@ -107,7 +107,7 @@ data "external" "nixos-instantiate" {
107107
var.config_pwd != "" ? var.config_pwd : ".",
108108
# end of positional arguments
109109
# start of pass-through arguments
110-
"--argstr", "system", "${var.target_system}"
110+
"--argstr", "system", var.target_system
111111
],
112112
var.extra_eval_args,
113113
)

0 commit comments

Comments
 (0)