terraform/internal/command/testdata/providers-lock/with-tests/testing/main.tf

7 lines
No EOL
91 B
HCL

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