{ perSystem = { pkgs, ... }: { devShells.terraform = pkgs.mkShellNoCC { packages = with pkgs; [ google-cloud-sdk (pkgs.opentofu.withPlugins (p: [ p.google p.cloudflare p.external p.null ])) ]; }; }; }