github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/internal/command/e2etest/testdata/terraform-providers-mirror/terraform-providers-mirror.tf (about)

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