mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-09 03:02:06 -04:00
12 lines
172 B
HCL
12 lines
172 B
HCL
terraform {
|
|
required_providers {
|
|
test = {
|
|
source = "registry.opentofu.org/hashicorp/test"
|
|
}
|
|
}
|
|
}
|
|
|
|
module "nested" {
|
|
source = "./nested"
|
|
}
|