DEBSOURCES
Skip Quicknav
sources / golang-github-hashicorp-terraform-config-inspect / 0.0~git20230614.f32df32-2 / tfconfig / testdata / module-calls / module-calls.tf
123456789101112
module "foo" { source = "foo/bar/baz" version = "1.0.2" unused = 2 } module "bar" { source = "./child" unused = 1 }