Skip to content

Commit 3184558

Browse files
PRMT-574 added limit to only deploy toggle as far as dev
1 parent 21dd4ed commit 3184558

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

0 commit comments

Comments
 (0)