forked from grafana/lambda-promtail
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoves.tf
More file actions
39 lines (32 loc) · 788 Bytes
/
moves.tf
File metadata and controls
39 lines (32 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
moved {
from = aws_iam_role.iam_for_lambda
to = aws_iam_role.this
}
moved {
from = aws_cloudwatch_log_group.lambda_promtail
to = aws_cloudwatch_log_group.this
}
moved {
from = aws_lambda_function.lambda_promtail
to = aws_lambda_function.this
}
moved {
from = aws_lambda_function_event_invoke_config.lambda_promtail_invoke_config
to = aws_lambda_function_event_invoke_config.this
}
moved {
from = aws_s3_bucket_notification.push-to-sqs
to = aws_s3_bucket_notification.sqs
}
moved {
from = aws_sqs_queue.main-queue
to = aws_sqs_queue.main
}
moved {
from = aws_sqs_queue.dead-letter-queue
to = aws_sqs_queue.dead_letter
}
moved {
from = aws_sqs_queue_redrive_allow_policy.from-dql-to-main
to = aws_sqs_queue_redrive_allow_policy.this
}