rm null from tf

This commit is contained in:
Kiara Grouwstra 2025-04-16 14:24:12 +02:00
parent 46f00968a3
commit bb0f3df982
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

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