MANIFEST.in
setup.py
tfcost/__init__.py
tfcost/cli.py
tfcost/cost_calculator.py
tfcost/history.py
tfcost/plan_parser.py
tfcost/terraform_runner.py
tfcost.egg-info/PKG-INFO
tfcost.egg-info/SOURCES.txt
tfcost.egg-info/dependency_links.txt
tfcost.egg-info/entry_points.txt
tfcost.egg-info/requires.txt
tfcost.egg-info/top_level.txt
tfcost/aws_report_generator/__init__.py
tfcost/aws_report_generator/report_generator.py
tfcost/aws_report_generator/app/__init__.py
tfcost/aws_report_generator/app/auth/__init__.py
tfcost/aws_report_generator/app/auth/aws_session.py
tfcost/aws_report_generator/app/collectors/__init__.py
tfcost/aws_report_generator/app/collectors/backup.py
tfcost/aws_report_generator/app/collectors/base.py
tfcost/aws_report_generator/app/collectors/billing.py
tfcost/aws_report_generator/app/collectors/ebs.py
tfcost/aws_report_generator/app/collectors/ec2.py
tfcost/aws_report_generator/app/collectors/eip.py
tfcost/aws_report_generator/app/collectors/rds.py
tfcost/aws_report_generator/app/collectors/reserved_instances.py
tfcost/aws_report_generator/app/collectors/ri.py
tfcost/aws_report_generator/app/collectors/snapshot.py
tfcost/aws_report_generator/app/config/__init__.py
tfcost/aws_report_generator/app/excel/__init__.py
tfcost/aws_report_generator/app/excel/mapping.py
tfcost/aws_report_generator/app/excel/writer.py
tfcost/aws_report_generator/app/models/__init__.py
tfcost/aws_report_generator/app/models/report.py
tfcost/aws_report_generator/app/reports/__init__.py
tfcost/aws_report_generator/app/templates/SAMPLESANITYREPORT.xlsx
tfcost/aws_report_generator/app/templates/__init__.py
tfcost/commands/__init__.py
tfcost/commands/apply.py
tfcost/commands/compare.py
tfcost/commands/cost.py
tfcost/commands/dashboard.py
tfcost/commands/init.py
tfcost/commands/plan.py
tfcost/commands/sanity.py
tfcost/commands/trend.py
tfcost/core/__init__.py
tfcost/core/workspace.py
tfcost/dashboard/__init__.py
tfcost/dashboard/api.py
tfcost/db/__init__.py
tfcost/db/crud.py
tfcost/db/database.py
tfcost/db/models.py
tfcost/engines/__init__.py
tfcost/engines/pricing_engine.py
tfcost/pricing/__init__.py
tfcost/pricing/aws_pricing.py
tfcost/pricing/resource_pricing_map.py
tfcost/pricing/service_detector.py