infrastructure-ng/devbox.json

16 lines
292 B
JSON
Raw Permalink Normal View History

2025-03-05 21:43:20 +00:00
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json",
"packages": [
"tflint@latest",
"tenv@latest",
"just@latest"
],
"env": {
"TFENV_AUTO_INSTALL": "true"
},
"shell": {
"init_hook": [],
"scripts": {}
}
}