infrastructure/devbox.json

24 lines
451 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": [
"kubectl@latest",
"cilium-cli@latest",
"kubelogin-oidc@latest",
"talosctl@latest",
2024-07-25 15:42:08 +00:00
"kubernetes-helm@latest",
"tflint@latest",
2024-12-22 21:18:55 +00:00
"age@latest",
"tenv@latest",
"gomplate@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": [
],
"scripts": {
}
}
}