Skip to content

Commit edf44f9

Browse files
committed
remove depends_on
1 parent 5fc117d commit edf44f9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

main.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -453,10 +453,6 @@ resource "aws_lambda_function_recursion_config" "this" {
453453

454454
function_name = aws_lambda_function.this[0].function_name
455455
recursive_loop = var.recursive_loop
456-
457-
depends_on = [
458-
aws_lambda_function.this
459-
]
460456
}
461457

462458
# This resource contains the extra information required by SAM CLI to provide the testing capabilities

0 commit comments

Comments
 (0)