Skip to content

Commit 5993d50

Browse files
committed
fix: local variable repetition
1 parent 49d763c commit 5993d50

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

infra/batch/main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ locals {
2828
"networkmanagement.googleapis.com",
2929
"cloudbuild.googleapis.com"
3030
]
31-
deployment_timestamp = formatdate("YYYYMMDDhhmmss", timestamp())
32-
3331
function_batch_datasets_config = jsondecode(file("${path.module}/../../functions-python/batch_datasets/function_config.json"))
3432
function_batch_datasets_zip = "${path.module}/../../functions-python/batch_datasets/.dist/batch_datasets.zip"
3533

0 commit comments

Comments
 (0)