added infracost.yml
258d459d
Hari Sekhon
committed
1 changed file
infracost.yml
/infracost.yml+43
/infracost.yml
Add comment 1 Plus  #
Add comment 2 Plus  # Author: Hari Sekhon
Add comment 3 Plus  # Date: [% DATE # 2023-01-23 13:56:47 +0000 (Mon, 23 Jan 2023) %]
Add comment 4 Plus  #
Add comment 5 Plus  # vim:ts=2:sts=2:sw=2:et
Add comment 6 Plus  #
Add comment 7 Plus  # [% URL %]
Add comment 8 Plus  #
Add comment 9 Plus  # [% LICENSE %]
Add comment 10 Plus  #
Add comment 11 Plus  # [% MESSAGE %]
Add comment 12 Plus  #
Add comment 13 Plus  # [% LINKEDIN %]
Add comment 14 Plus  #
Add comment 15 Plus  
Add comment 16 Plus  # ============================================================================ #
Add comment 17 Plus  # I n f r a C o s t C o n f i g
Add comment 18 Plus  # ============================================================================ #
Add comment 19 Plus  
Add comment 20 Plus  # https://www.infracost.io/docs/features/config_file/
Add comment 21 Plus  
Add comment 22 Plus  # https://www.infracost.io/docs/features/terraform_modules/
Add comment 23 Plus  
Add comment 24 Plus  ---
Add comment 25 Plus  version: 0.1
Add comment 26 Plus  
Add comment 27 Plus  projects:
Add comment 28 Plus   - path: dev
Add comment 29 Plus   name: development
Add comment 30 Plus   terraform_var_files:
Add comment 31 Plus   - dev.tfvars
Add comment 32 Plus  
Add comment 33 Plus   - path: staging
Add comment 34 Plus   name: staging
Add comment 35 Plus   terraform_var_files:
Add comment 36 Plus   - staging.tfvars
Add comment 37 Plus  
Add comment 38 Plus   - path: prod
Add comment 39 Plus   name: production
Add comment 40 Plus   terraform_vars:
Add comment 41 Plus   instance_count: 5
Add comment 42 Plus   artifact_version: foobar
Add comment 43 Plus