broad-zoo-34077
02/28/2024, 5:08 PMmysterious-teacher-68276
02/28/2024, 5:12 PMmysterious-teacher-68276
02/28/2024, 5:13 PMinfracost generate config
look like when you run it in the root of your repodelightful-table-96636
02/28/2024, 7:34 PMversion: 0.1
projects:
- path: .
name: main-production
terraform_var_files:
- production/production.tfvars
skip_autodetect: true
- path: .
name: main-staging
terraform_var_files:
- staging/staging.tfvars
skip_autodetect: true
So the generate has picked up the required tfvars, would I just add this to the config in the root of the folder ; what about workspaces or are they not really needed in this contextmysterious-teacher-68276
02/28/2024, 7:54 PMdiff/breakdown
commands (run in the root of your repo) will autodetect the same projects (main/staging).delightful-table-96636
02/28/2024, 7:58 PM