File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ module "replicator_sa" {
23
23
24
24
module "carbon_export" {
25
25
source = " ./modules/meshcloud-carbon-export/"
26
- count = var. carbon_export_module_enabled ? 1 : 0
26
+ count = var. carbon_export_module_enabled ? 1 : 0
27
27
28
28
carbon_data_export_dataset_id = var. carbon_footprint_dataset_id
29
29
carbon_data_export_project_id = var. cloud_billing_export_project_id # using the same project as for billing
Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ variable "cloud_billing_export_table_id" {
43
43
# ---------------------------------------------------------------------------------------------------------------------
44
44
45
45
variable "carbon_export_module_enabled" {
46
- type = bool
46
+ type = bool
47
47
description = " Determines whether or not to include the resources of the carbon footprint export module."
48
- default = false
48
+ default = false
49
49
}
50
50
51
51
# ---------------------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments