forked from fediversity/fediversity
make path in single host explicit
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
35ff03c9f8
commit
67e28644f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue