Formatting

This commit is contained in:
Greyscale 2024-07-03 18:26:56 +02:00
parent 009a46c85c
commit 828ededcd2
2 changed files with 4 additions and 1 deletions

View file

@ -7,7 +7,6 @@
log_level = "debug"
inet = "0.0.0.0:8080"
workers = 4
manager_token = "${manager_token}"
reporter_token = "${reporter_token}"

View file

@ -13,5 +13,9 @@ terraform {
source = "matthewbaggett/ssh"
version = "~> 0.1.0"
}
scratch = {
source = "BrendanThompson/scratch"
version = "0.4.0"
}
}
}