github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/command/e2etest/testdata/plugin-cache/.terraform.lock.hcl (about)

     1  # The global cache is only an eligible installation source if there's already
     2  # a lock entry for the given provider and it contains at least one checksum
     3  # that matches the cache entry.
     4  #
     5  # This lock file therefore matches the "not a real provider" fake executable
     6  # under the "cache" directory, rather than the real provider from upstream,
     7  # so that Terraform CLI will consider the cache entry as valid.
     8  
     9  provider "registry.terraform.io/hashicorp/template" {
    10    version = "2.1.0"
    11    hashes = [
    12      "h1:e7YvVlRZlaZJ8ED5KnH0dAg0kPL0nAU7eEoCAZ/sOos=",
    13    ]
    14  }