infrastructure/devbox.json

26 lines
538 B
JSON
Raw Normal View History

2024-07-21 10:27:40 +00:00
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json",
"packages": [
"opentofu@latest",
"kubectl@latest",
"cilium-cli@latest",
"kubelogin-oidc@latest",
"talosctl@latest",
2024-07-25 15:42:08 +00:00
"kubernetes-helm@latest",
"tflint@latest"
2024-07-21 10:27:40 +00:00
],
2024-08-31 17:48:38 +00:00
"env": {
"TFENV_AUTO_INSTALL": "true"
},
2024-07-21 10:27:40 +00:00
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}