Skip to content

Commit 8de4ebb

Browse files
committed
chore: remove additional dead code and orphaned variables
1 parent b0d9227 commit 8de4ebb

4 files changed

Lines changed: 0 additions & 302 deletions

File tree

infrastructure/functions/trigger_sm2a_dag/README.md

Lines changed: 0 additions & 80 deletions
This file was deleted.

infrastructure/functions/trigger_sm2a_dag/lambda_function.py

Lines changed: 0 additions & 88 deletions
This file was deleted.

infrastructure/lambda_dag_trigger.tf

Lines changed: 0 additions & 115 deletions
This file was deleted.

infrastructure/variables.tf

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,6 @@ variable "vector_security_group" {
185185
default = "null"
186186
}
187187

188-
variable "sm2a_secret_manager_name" {
189-
type = string
190-
default = "null"
191-
}
192188

193189
variable "workers_cpu" {
194190
default = 2048
@@ -227,22 +223,10 @@ variable "assume_role_write_arn" {
227223
default = ""
228224
}
229225

230-
variable "gh_dag_launcher_team_id" {
231-
default = "VEDA-DAG-Launcher"
232-
}
233226

234227
variable "snapshot_bucket_name" {
235228
default = ""
236229
}
237-
variable "snapshot_export_role" {
238-
default = ""
239-
}
240-
variable "glue_role_arn" {
241-
default = ""
242-
}
243-
variable "s3_export_kms_key_id" {
244-
default = ""
245-
}
246230

247231
variable "cloudfront_to_invalidate" {
248232
default = null
@@ -251,9 +235,6 @@ variable "cloudfront_path_to_invalidate" {
251235
default = null
252236

253237
}
254-
variable "lambda_dag_trigger_function_name" {
255-
default = "trigger-sm2a-dag"
256-
}
257238

258239
variable "ingest_api_keycloak_client_secret" {
259240
type = string

0 commit comments

Comments
 (0)