File tree Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 1
1
version : 1
2
- module_version : 2.8 .0
2
+ module_version : 2.9 .0
3
3
tests :
4
4
- name : AMD64-based workerpool
5
5
project_root : examples/amd64
Original file line number Diff line number Diff line change
1
+ moved {
2
+ to = aws_ssm_parameter. spacelift_api_key_secret [0 ]
3
+ from = module. autoscaler [" ENABLED" ]. aws_ssm_parameter . spacelift_api_key_secret
4
+ }
5
+
6
+ moved {
7
+ to = null_resource. download [0 ]
8
+ from = module. autoscaler [" ENABLED" ]. null_resource . download
9
+ }
10
+
11
+ moved {
12
+ to = aws_lambda_function. autoscaler [0 ]
13
+ from = module. autoscaler [" ENABLED" ]. aws_lambda_function . autoscaler
14
+ }
15
+
16
+ moved {
17
+ to = aws_cloudwatch_event_rule. scheduling [0 ]
18
+ from = module. autoscaler [" ENABLED" ]. aws_cloudwatch_event_rule . scheduling
19
+ }
20
+
21
+ moved {
22
+ to = aws_cloudwatch_event_target. scheduling [0 ]
23
+ from = module. autoscaler [" ENABLED" ]. aws_cloudwatch_event_target . scheduling
24
+ }
25
+
26
+ moved {
27
+ to = aws_lambda_permission. allow_cloudwatch_to_call_lambda [0 ]
28
+ from = module. autoscaler [" ENABLED" ]. aws_lambda_permission . allow_cloudwatch_to_call_lambda
29
+ }
30
+
31
+ moved {
32
+ to = aws_cloudwatch_log_group. log_group [0 ]
33
+ from = module. autoscaler [" ENABLED" ]. aws_cloudwatch_log_group . log_group
34
+ }
35
+
36
+ moved {
37
+ to = aws_iam_role. autoscaler [0 ]
38
+ from = module. autoscaler [" ENABLED" ]. aws_iam_role . autoscaler
39
+ }
You can’t perform that action at this time.
0 commit comments