Anton Babenko

Results 270 comments of Anton Babenko

Guys, I've made some progress on this lately. Please check it out - https://www.terraform-best-practices.com/

Thanks for the kind words. It is motivating, and I really like what I am working on. Sometimes paid projects for customers take more time than expected and I don't...

I know, I know. I also don't have time to maintain cost.modules.tf so I will need to opensource it and/or close it. Probably, I will decide on this after summer.

If you like this project, make sure to check the latest hacking project I worked on during New Year - https://github.com/terraform-aws-modules/terraform-aws-pricing

The main thing which should be extracted - terraform state or terraform plan. I have not been thinking about how this can be easily fetched by pre-commit hook. Maybe you...

Thanks for this feature request! Some of the things we all can imagine are very tricky to implement and they are not implemented in this free service (at least yet)....

Hi Barak! You can do this by running `terraform plan` on GH action and then sending tfplan file to `cost.modules.tf` with or without preprocessing via `terraform.jq`, as described here -...