Skip to content

Commit d14e7d1

Browse files
feat: enabling more default values
1 parent 7b2280d commit d14e7d1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

variables.tf

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,17 @@ variable "glue_create_config" {
307307
filter_policy_scope = string // sns subcription filter policy scope
308308
})
309309
description = "Configuration of glue-create lambda"
310+
default = {
311+
lambda_s3_key = ""
312+
lambda_s3_bucket = ""
313+
lambda_function_name = ""
314+
path_regex = ""
315+
sns_topic_arn = ""
316+
sqs_queue_name = ""
317+
sqs_queue_name_dl = ""
318+
iam_role_name = ""
319+
iam_policy_name = ""
320+
}
310321
}
311322

312323
variable "enable_glue_sync" {
@@ -330,6 +341,17 @@ variable "glue_sync_config" {
330341
filter_policy_scope = string // sns subcription filter policy scope
331342
})
332343
description = "Configuration of glue-sync lambda"
344+
default = {
345+
lambda_s3_key = ""
346+
lambda_s3_bucket = ""
347+
lambda_function_name = ""
348+
path_regex = ""
349+
sns_topic_arn = ""
350+
sqs_queue_name = ""
351+
sqs_queue_name_dl = ""
352+
iam_role_name = ""
353+
iam_policy_name = ""
354+
}
333355
}
334356

335357
variable "group_event_lambda_batch_size" {

0 commit comments

Comments
 (0)