rm null from tf

This commit is contained in:
Kiara Grouwstra 2025-04-16 14:24:12 +02:00
parent edfae43689
commit 78d1d1590f

View file

@ -15,7 +15,6 @@ let
tf = pkgs.opentofu; tf = pkgs.opentofu;
tfPlugins = ( tfPlugins = (
p: [ p: [
p.null
p.external p.external
] ]
); );