mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-22 03:07:51 -05:00
10 lines
288 B
HCL
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"
|
|
}
|
|
}
|
|
} |