Skip to content

Commit e501d81

Browse files
committed
fix: updating function name
1 parent e2a14da commit e501d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/functions-python/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@ resource "google_cloudfunctions2_function" "tasks_executor" {
12711271

12721272
# 15. functions/pmtiles_builder cloud function
12731273
resource "google_cloudfunctions2_function" "pmtiles_builder" {
1274-
name = "${local.function_pmtiles_builder_config.name}"
1274+
name = local.function_pmtiles_builder_config.name
12751275
project = var.project_id
12761276
description = local.function_pmtiles_builder_config.description
12771277
location = var.gcp_region

0 commit comments

Comments
 (0)