Files
opentf/internal/command/e2etest/testdata/predecessor-dependency-lock-file/predecessor-dependency-lock-file.tf

10 lines
288 B
HCL

terraform {
required_providers {
null = {
# Since this source address doesn't include an explicit hostname,
# it gets treated as a shorthand for the default registry, which
# differs between OpenTofu and its predecessor.
source = "hashicorp/null"
}
}
}