We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af66619 commit e1dc461Copy full SHA for e1dc461
deploy_nixos/main.tf
@@ -107,7 +107,7 @@ data "external" "nixos-instantiate" {
107
var.config_pwd != "" ? var.config_pwd : ".",
108
# end of positional arguments
109
# start of pass-through arguments
110
- "--argstr", "system", "${var.target_system}"
+ "--argstr", "system", var.target_system
111
],
112
var.extra_eval_args,
113
)
0 commit comments