github.com/opentofu/opentofu@v1.7.1/internal/command/testdata/providers-lock/append/.terraform.lock.hcl (about) 1 # This file is maintained automatically by "terraform init". 2 # Manual edits may be lost in future updates. 3 4 provider "registry.opentofu.org/hashicorp/test" { 5 version = "1.0.0" 6 hashes = [ 7 "h1:invalid", 8 ] 9 }