We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d763c commit 5993d50Copy full SHA for 5993d50
infra/batch/main.tf
@@ -28,8 +28,6 @@ locals {
28
"networkmanagement.googleapis.com",
29
"cloudbuild.googleapis.com"
30
]
31
- deployment_timestamp = formatdate("YYYYMMDDhhmmss", timestamp())
32
-
33
function_batch_datasets_config = jsondecode(file("${path.module}/../../functions-python/batch_datasets/function_config.json"))
34
function_batch_datasets_zip = "${path.module}/../../functions-python/batch_datasets/.dist/batch_datasets.zip"
35
0 commit comments