github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/configs/testdata/valid-modules/provider-meta/main.tf (about)

     1  terraform {
     2    provider_meta "my-provider" {
     3      hello = "test-module"
     4    }
     5  }