mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-17 10:01:05 -05:00
This is a replacement declaration for using Terraform Cloud as a remote backend, leaving the literal backend as an implementation detail and not a user-level concept.
4 lines
40 B
HCL
4 lines
40 B
HCL
module "child" {
|
|
source = "./child"
|
|
}
|