We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc117d commit edf44f9Copy full SHA for edf44f9
main.tf
@@ -453,10 +453,6 @@ resource "aws_lambda_function_recursion_config" "this" {
453
454
function_name = aws_lambda_function.this[0].function_name
455
recursive_loop = var.recursive_loop
456
-
457
- depends_on = [
458
- aws_lambda_function.this
459
- ]
460
}
461
462
# This resource contains the extra information required by SAM CLI to provide the testing capabilities
0 commit comments