Skip to content

Commit 9d76f7b

Browse files
j0g3scmeshkodiak[bot]
authored andcommitted
applies terraform fmt
1 parent 9b3b4b8 commit 9d76f7b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module "replicator_sa" {
2323

2424
module "carbon_export" {
2525
source = "./modules/meshcloud-carbon-export/"
26-
count = var.carbon_export_module_enabled ? 1 : 0
26+
count = var.carbon_export_module_enabled ? 1 : 0
2727

2828
carbon_data_export_dataset_id = var.carbon_footprint_dataset_id
2929
carbon_data_export_project_id = var.cloud_billing_export_project_id # using the same project as for billing

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ variable "cloud_billing_export_table_id" {
4343
# ---------------------------------------------------------------------------------------------------------------------
4444

4545
variable "carbon_export_module_enabled" {
46-
type = bool
46+
type = bool
4747
description = "Determines whether or not to include the resources of the carbon footprint export module."
48-
default = false
48+
default = false
4949
}
5050

5151
# ---------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)