github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/command/e2etest/testdata/terraform-providers-mirror-with-lock-file/terraform-providers-mirror.tf (about)

     1  terraform {
     2    required_providers {
     3      template  = { source = "hashicorp/template" }
     4      null      = { source = "hashicorp/null" }
     5      terraform = { source = "terraform.io/builtin/terraform" }
     6    }
     7  }