github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/configs/testdata/valid-modules/importable-resource/providers.tf (about)

     1  terraform {
     2    required_providers {
     3      local = {
     4        source = "hashicorp/local"
     5      }
     6    }
     7  }