rm null from tf

This commit is contained in:
Kiara Grouwstra 2025-04-16 14:24:12 +02:00
parent 96793434c0
commit f056882907

View file

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