From 8c61f7dae41b59682c47eedb2c256a377dd3516b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D7=A0=CF=85=CE=B1=CE=B7=20=D7=A0=CF=85=CE=B1=CE=B7=D1=95?= =?UTF-8?q?=CF=83=CE=B7?= Date: Tue, 7 May 2024 19:03:41 -0700 Subject: [PATCH] Ran task fmt --- modules/enrichment/services.tf | 2 +- modules/enrichment/variables.tf | 4 ++-- modules/org_iam/main.tf | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/enrichment/services.tf b/modules/enrichment/services.tf index f2a2959..92396e8 100644 --- a/modules/enrichment/services.tf +++ b/modules/enrichment/services.tf @@ -7,7 +7,7 @@ locals { } resource "google_project_service" "services" { - for_each = toset(local.required_services) + for_each = toset(local.required_services) project = var.project_id service = each.value disable_on_destroy = false diff --git a/modules/enrichment/variables.tf b/modules/enrichment/variables.tf index 86296e0..4347969 100644 --- a/modules/enrichment/variables.tf +++ b/modules/enrichment/variables.tf @@ -104,7 +104,7 @@ variable "cloud_run_bucket_object_prefix" { variable "cloud_run_locations" { description = "The list of locations the Cloud Run service will look for applicable cloud resources" type = list(string) - default = [ + default = [ "asia-east1", "asia-east2", "asia-northeast1", @@ -181,5 +181,5 @@ variable "message_retention_duration" { variable "labels" { description = "[Optional] Any Labels you wish to add to all resources deployed by this module" type = object({}) - default = {} + default = {} } \ No newline at end of file diff --git a/modules/org_iam/main.tf b/modules/org_iam/main.tf index 60fe463..a8c6d02 100644 --- a/modules/org_iam/main.tf +++ b/modules/org_iam/main.tf @@ -1,5 +1,5 @@ resource "google_organization_iam_custom_role" "enrichment_folder_enum_role" { - org_id = var.organization_id + org_id = var.organization_id permissions = [ "resourcemanager.folders.list", "resourcemanager.folders.get",