cycloidio / terracost

Cloud cost estimation for Terraform in your CLI
MIT License
278 stars 29 forks source link

terraform: support for child modules #37

Closed patrislav closed 3 years ago

patrislav commented 3 years ago

According to the Terraform JSON output format any module (including the root module) may contain child modules that describe their own resources. The module tree is described recursively.

Currently, no module other than the root module will be estimated as the child_modules property is ignored by the Terraform plan reader.