github.com/opentofu/opentofu@v1.7.1/internal/configs/testdata/valid-modules/importable-resource/providers.tf (about)

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