diff --git a/deployment/run/tf-single-host/main.tf b/deployment/run/tf-single-host/main.tf index 2dc0625a..72ec2c12 100644 --- a/deployment/run/tf-single-host/main.tf +++ b/deployment/run/tf-single-host/main.tf @@ -43,6 +43,6 @@ resource "terraform_data" "nixos" { } # TODO: refactor back to command="ignoreme" interpreter=concat([]) to protect sensitive data from error logs? # TODO: build on target? - command = "sh ../ssh-single-host/run.sh" + command = "sh ${path.module}/../ssh-single-host/run.sh" } }