Skip to content

Commit 2f30ccb

Browse files
committed
fix: correct dependency on null_resource
1 parent f0ba88b commit 2f30ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ resource "aws_lambda_function" "slowlog_check" {
142142
}
143143

144144
tags = var.tags
145-
depends_on = [null_resource.get_slowlog_archive]
145+
depends_on = [null_resource.get_slowlog_check_archive]
146146
}
147147

148148
resource aws_lambda_function_event_invoke_config slowlog_check {

0 commit comments

Comments
 (0)