diff --git a/shell.nix b/shell.nix
index 736e0f5..8637250 100644
--- a/shell.nix
+++ b/shell.nix
@@ -9,7 +9,6 @@ mkShell {
   ];
 
   buildInputs = with pkgs; [
-    terraform
     (terraform.withPlugins (
       p: [
         p.cloudflare