infrastructure/devbox.json
Tine 445f397c49
Some checks are pending
/ lint (push) Waiting to run
chore: consolidate devbox jsons
2024-12-22 22:18:55 +01:00

23 lines
451 B
JSON

{
"$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",
"kubernetes-helm@latest",
"tflint@latest",
"age@latest",
"tenv@latest",
"gomplate@latest"
],
"env": {
"TFENV_AUTO_INSTALL": "true"
},
"shell": {
"init_hook": [
],
"scripts": {
}
}
}