github.com/eliastor/durgaform@v0.0.0-20220816172711-d0ab2d17673e/internal/durgaform/testdata/import-module/main.tf (about) 1 provider "aws" { 2 foo = "bar" 3 } 4 5 module "child" { 6 count = 1 7 source = "./child" 8 providers = { 9 aws = aws 10 } 11 }