terraform => tofu 🥹

Actually, everyone needs to migrate to opentofu since the (remote) state
references registry.{terraform.io,opentofu.org}.
This commit is contained in:
Casper V. Kristensen 2024-01-30 10:27:42 +01:00
parent 333f75df66
commit 143d48e7f5
3 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,6 @@
home-manager.users.caspervk = { home-manager.users.caspervk = {
programs.fish.shellAliases = { 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"; sm = "bw get totp e2be31fb-135f-4b28-88cd-b094000ddb67 | wl-copy; gcloud --project magenta-os2mo-production compute ssh --tunnel-through-iap saltmaster";
terraform = "tofu";
}; };
}; };
} }

View file

@ -12,11 +12,11 @@
kubectl kubectl
kubernetes-helm kubernetes-helm
kustomize kustomize
opentofu
poetry poetry
pre-commit pre-commit
remmina remmina
sops sops
terraform
]; ];
# Allow port-forward to 443 # Allow port-forward to 443

View file

@ -23,6 +23,7 @@
"android-studio-stable" "android-studio-stable"
"pycharm-professional" "pycharm-professional"
"spotify" "spotify"
"terraform"
]; ];
nixpkgs.config.permittedInsecurePackages = [ nixpkgs.config.permittedInsecurePackages = [