Skip to content

Commit 8454b51

Browse files
PRMT-574 update format
1 parent 6eb5653 commit 8454b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/lambda-v2-toggle-bulk-upload.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "v2-toggle-bulk-upload-lambda" {
2-
count = local.is_sandbox || (terraform.workspace == "ndr-dev") ? 1 : 0
2+
count = local.is_sandbox || (terraform.workspace == "ndr-dev") ? 1 : 0
33
source = "./modules/lambda"
44
name = "V2ToggleBulkUploadLambda"
55
handler = "handlers.toggle_bulk_upload_handler.lambda_handler"

0 commit comments

Comments
 (0)