white-airport-8778
02/09/2023, 4:34 PMversion: 0.1
projects:
- path: my-whatif.json
name: development
arm_location: us-east-1
arm_resource_group_name: myRG
# or something like this so the same param names to the ARM CLI can be defined?
arm:
location: us-east-1
resource_group_name: myRG
prehistoric-article-73489
02/09/2023, 4:40 PMProject
in config.go
if I understand it correctly?white-airport-8778
02/09/2023, 5:02 PMFor TF:
--terraform-var param1=value1 --terraform-var param2=value2
--terraform-var-file dev.tfvars
In infracost config file each project can have: terraform_vars and terraform_var_files
For ARM:
--arm-param param1=value1 --arm-param param2=value2
--arm-param-file storage.parameters.json
In infracost config file each project can have: arm_params and arm_param_files
prehistoric-article-73489
02/09/2023, 5:05 PMwhite-airport-8778
02/10/2023, 4:53 PMmysterious-teacher-68276
02/16/2023, 4:54 PMprehistoric-article-73489
02/17/2023, 3:11 PM