mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
committed by
Ryan Brown
parent
b57af4428d
commit
f62fa16a89
@@ -464,7 +464,7 @@ def main():
|
||||
func_kwargs.update({'Environment': {'Variables': environment_variables}})
|
||||
|
||||
if dead_letter_arn:
|
||||
func_kwargs.update({'DeadLetterConfig': {'TargetARN': dead_letter_arn}})
|
||||
func_kwargs.update({'DeadLetterConfig': {'TargetArn': dead_letter_arn}})
|
||||
|
||||
# If VPC configuration is given
|
||||
if vpc_subnet_ids or vpc_security_group_ids:
|
||||
|
||||
Reference in New Issue
Block a user