cycloidio / terracost

Cloud cost estimation for Terraform in your CLI
MIT License
286 stars 30 forks source link

terraform: add child module support #40

Closed patrislav closed 3 years ago

patrislav commented 3 years ago

This PR adds the child module support to the Terraform plan schema. It splits the Plan.extractQueries method into two:

Closes #37.

patrislav commented 3 years ago

Rebased, added a Changelog entry and pushed a fixup regarding the usage of fmt.Sprintf

patrislav commented 3 years ago

Rebased