File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff 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
312323variable "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
335357variable "group_event_lambda_batch_size" {
You can’t perform that action at this time.
0 commit comments