opentofu: fix passhthru test
see https://github.com/NixOS/nixpkgs/pull/358522#issuecomment-2525345188
This commit is contained in:
@@ -81,7 +81,7 @@ let
|
||||
terraform {
|
||||
required_providers {
|
||||
random = {
|
||||
source = "registry.terraform.io/hashicorp/random"
|
||||
source = "hashicorp/random"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user