-
Notifications
You must be signed in to change notification settings - Fork 0
/
terraform-opencost.auto.tfvars.example
46 lines (37 loc) · 1.56 KB
/
terraform-opencost.auto.tfvars.example
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
43
44
45
46
# File auto-generated by ./bin/make-example-tfvars
# opencost_cluster_oidc_issuer_url - The URL on the EKS cluster for the OpenID Connect identity provider
# Type: ${string}
# Required
#opencost_cluster_oidc_issuer_url = <REQUIRED-VALUE>
# opencost_namespace - (Optional) Namespace for Service Account
# Type: ${string}
# Default: "opencost"
#opencost_namespace = "opencost"
# opencost_service_account - (Optional) Service Account name
# Type: ${string}
# Default: "opencost"
#opencost_service_account = "opencost"
# opencost_tags - (Optional) Tags to apply to all resources.
# Type: ${any}
# Default: {}
#opencost_tags = {}
# opencost_cluster_name - (Optional) EKS cluster name. Required if opencost_create_spot_datafeed_bucket is true.
# Type: ${string}
# Default: ""
#opencost_cluster_name = ""
# opencost_create_spot_datafeed_bucket - (Optional) Create S3 bucket for Spot Instance Data Feed.
# Type: ${bool}
# Default: false
#opencost_create_spot_datafeed_bucket = false
# opencost_spot_datafeed_bucket_name - Bucket name for Spot Instance Data Feed. Must there be only one bucket configured to receibe spot usage data.
# Type: ${string}
# Required
#opencost_spot_datafeed_bucket_name = <REQUIRED-VALUE>
# opencost_spot_datafeed_prefix - (Optional) Prefix to retain Spot Instance Data Feed files in S3.
# Type: ${string}
# Default: "spot-datafeed"
#opencost_spot_datafeed_prefix = "spot-datafeed"
# opencost_spot_datafeed_retention_days - (Optional) Days to retain Spot Instance Data Feed files in S3.
# Type: ${number}
# Default: 365
#opencost_spot_datafeed_retention_days = 365