github.com/opentofu/opentofu@v1.7.1/internal/command/e2etest/testdata/tofu-providers-mirror-with-lock-file/main.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  }