Skip to content

Commit ca3c906

Browse files
added more default values
1 parent d14e7d1 commit ca3c906

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

variables.tf

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -308,15 +308,17 @@ variable "glue_create_config" {
308308
})
309309
description = "Configuration of glue-create lambda"
310310
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 = ""
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+
sns_subcription_filter_policy = ""
321+
filter_policy_scope = ""
320322
}
321323
}
322324

@@ -342,15 +344,17 @@ variable "glue_sync_config" {
342344
})
343345
description = "Configuration of glue-sync lambda"
344346
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 = ""
347+
lambda_s3_key = ""
348+
lambda_s3_bucket = ""
349+
lambda_function_name = ""
350+
path_regex = ""
351+
sns_topic_arn = ""
352+
sqs_queue_name = ""
353+
sqs_queue_name_dl = ""
354+
iam_role_name = ""
355+
iam_policy_name = ""
356+
sns_subcription_filter_policy = ""
357+
filter_policy_scope = ""
354358
}
355359
}
356360

0 commit comments

Comments
 (0)