rm unused provider from lock

This commit is contained in:
Kiara Grouwstra 2025-04-16 13:21:49 +02:00
parent 71bf8c33ec
commit 46f00968a3
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -7,10 +7,3 @@ provider "registry.opentofu.org/hashicorp/external" {
"h1:HfVaWMC7Tz+tRfoWZtGCX2MATcgX3HsexoirWdi/voo=",
]
}
provider "registry.opentofu.org/hashicorp/null" {
version = "3.2.3"
hashes = [
"h1:qTlGDGC3RmXIPLgwsIh4LHG/DrAR6T6L+Wn6egnQnwE=",
]
}