terraform/internal/command/testdata/providers-schema/required/provider.tf

8 lines
92 B
HCL

terraform {
required_providers {
test = {
source = "hashicorp/test"
}
}
}