opentofu: fix passhthru test

see https://github.com/NixOS/nixpkgs/pull/358522#issuecomment-2525345188
This commit is contained in:
Kiara Grouwstra
2024-12-09 09:30:21 +10:00
committed by zowoq
parent 22a2f06741
commit afc324d90d
+1 -1
View File
@@ -81,7 +81,7 @@ let
terraform {
required_providers {
random = {
source = "registry.terraform.io/hashicorp/random"
source = "hashicorp/random"
}
}
}