This message was deleted.
# general
b
This message was deleted.
🤝 1
👋 1
l
Hi! You can use an Infracost config file and specify different
terraform_plan_flags
for each project to point to the different var files.
Something like this might work:
Copy code
version: 0.1

projects:
  - path: path/to/networking
    terraform_plan_flags: -var-file=networking.tfvars

  - path: path/to/database
    terraform_plan_flags: -var-file=database.tfvars
    
  - path: path/to/compute
    terraform_plan_flags: -var-file=compute.tfvars