github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/command/e2etest/testdata/vendored-provider/main.tf (about)

     1  terraform {
     2    required_providers {
     3      null = {
     4        source  = "hashicorp/null"
     5        version = "1.0.0+local"
     6      }
     7    }
     8  }