mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-21 18:10:30 -04: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.
3 lines
40 B
HCL
3 lines
40 B
HCL
module "child" {
|
|
source = "./child"
|
|
}
|