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