kubeform.dev/terraform-backend-sdk@v0.0.0-20220310143633-45f07fe731c5/configs/configload/testdata/go-getter-modules/root.tf (about) 1 # This fixture depends on a github repo at: 2 # https://github.com/hashicorp/terraform-aws-module-installer-acctest 3 # ...and expects its v0.0.1 tag to be pointing at the following commit: 4 # d676ab2559d4e0621d59e3c3c4cbb33958ac4608 5 6 variable "v" { 7 description = "in local caller for go-getter-modules" 8 default = "" 9 } 10 11 module "acctest_root" { 12 source = "github.com/hashicorp/terraform-aws-module-installer-acctest?ref=v0.0.1" 13 } 14 15 module "acctest_child_a" { 16 source = "github.com/hashicorp/terraform-aws-module-installer-acctest//modules/child_a?ref=v0.0.1" 17 } 18 19 module "acctest_child_b" { 20 source = "github.com/hashicorp/terraform-aws-module-installer-acctest//modules/child_b?ref=v0.0.1" 21 }