Formatting
This commit is contained in:
parent
009a46c85c
commit
828ededcd2
2 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
||||||
log_level = "debug"
|
log_level = "debug"
|
||||||
inet = "0.0.0.0:8080"
|
inet = "0.0.0.0:8080"
|
||||||
workers = 4
|
workers = 4
|
||||||
|
|
||||||
manager_token = "${manager_token}"
|
manager_token = "${manager_token}"
|
||||||
reporter_token = "${reporter_token}"
|
reporter_token = "${reporter_token}"
|
||||||
|
|
||||||
|
|
|
@ -13,5 +13,9 @@ terraform {
|
||||||
source = "matthewbaggett/ssh"
|
source = "matthewbaggett/ssh"
|
||||||
version = "~> 0.1.0"
|
version = "~> 0.1.0"
|
||||||
}
|
}
|
||||||
|
scratch = {
|
||||||
|
source = "BrendanThompson/scratch"
|
||||||
|
version = "0.4.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue