Skip to content

Commit

Permalink
Ran task fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
נυαη נυαηѕση committed May 8, 2024
1 parent b687c29 commit 8c61f7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/enrichment/services.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions modules/enrichment/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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 = {}
}
2 changes: 1 addition & 1 deletion modules/org_iam/main.tf
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8c61f7d

Please sign in to comment.