Files
opentf/internal/command/testdata/providers-lock/append/main.tf

8 lines
110 B
HCL

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