LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
terracost/__init__.py
terracost/main.py
terracost.egg-info/PKG-INFO
terracost.egg-info/SOURCES.txt
terracost.egg-info/dependency_links.txt
terracost.egg-info/entry_points.txt
terracost.egg-info/not-zip-safe
terracost.egg-info/requires.txt
terracost.egg-info/top_level.txt
terracost/services/__init__.py
terracost/services/aws_cost_service.py
terracost/services/azure_cost_service.py
terracost/services/base_cost_service.py
terracost/services/cicd_service.py
terracost/services/gcp_cost_service.py
terracost/services/progress_indicator.py
terracost/services/suggest_progress.py
terracost/services/suggest_service.py
terracost/services/terraform_file_parser.py