terraform => tofu 🥹
Actually, everyone needs to migrate to opentofu since the (remote) state references registry.{terraform.io,opentofu.org}.
This commit is contained in:
parent
333f75df66
commit
143d48e7f5
|
@ -2,7 +2,6 @@
|
|||
home-manager.users.caspervk = {
|
||||
programs.fish.shellAliases = {
|
||||
sm = "bw get totp e2be31fb-135f-4b28-88cd-b094000ddb67 | wl-copy; gcloud --project magenta-os2mo-production compute ssh --tunnel-through-iap saltmaster";
|
||||
terraform = "tofu";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -12,11 +12,11 @@
|
|||
kubectl
|
||||
kubernetes-helm
|
||||
kustomize
|
||||
opentofu
|
||||
poetry
|
||||
pre-commit
|
||||
remmina
|
||||
sops
|
||||
terraform
|
||||
];
|
||||
|
||||
# Allow port-forward to 443
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
"android-studio-stable"
|
||||
"pycharm-professional"
|
||||
"spotify"
|
||||
"terraform"
|
||||
];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
|
|
Loading…
Reference in a new issue