From 005964d59ef74ed3cd51dcae722915bdb2943cbf Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Thu, 5 Mar 2026 13:09:43 +0000 Subject: [PATCH] remove data_bucket from vars --- infrastructure/terraform/lambda/engine/variables.tf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/infrastructure/terraform/lambda/engine/variables.tf b/infrastructure/terraform/lambda/engine/variables.tf index 8539a963..393edf2c 100644 --- a/infrastructure/terraform/lambda/engine/variables.tf +++ b/infrastructure/terraform/lambda/engine/variables.tf @@ -51,10 +51,6 @@ variable "plan_trigger_bucket" { type = string } -variable "data_bucket" { - type = string -} - locals { image_uri = "${var.ecr_repo_url}@${var.image_digest}" }