File tree Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,32 @@ import {
95
95
to = aws_dynamodb_table. cache
96
96
}
97
97
98
+ moved {
99
+ from = aws_dynamodb_table. app_audit_log
100
+ to = module. dynamo . aws_dynamodb_table . app_audit_log
101
+ }
102
+
103
+ moved {
104
+ from = aws_dynamodb_table. membership_provisioning_log
105
+ to = module. dynamo . aws_dynamodb_table . membership_provisioning_log
106
+ }
107
+
108
+
109
+ moved {
110
+ from = aws_dynamodb_table. api_keys
111
+ to = module. dynamo . aws_dynamodb_table . api_keys
112
+ }
113
+
114
+ moved {
115
+ from = aws_dynamodb_table. room_requests
116
+ to = module. dynamo . aws_dynamodb_table . room_requests
117
+ }
118
+
119
+ moved {
120
+ from = aws_dynamodb_table. room_requests_status
121
+ to = module. dynamo . aws_dynamodb_table . room_requests_status
122
+ }
123
+
98
124
99
125
resource "aws_dynamodb_table" "external_membership" {
100
126
billing_mode = " PAY_PER_REQUEST"
Original file line number Diff line number Diff line change @@ -45,6 +45,32 @@ module "dynamo" {
45
45
ProjectId = var. ProjectId
46
46
}
47
47
48
+ moved {
49
+ from = aws_dynamodb_table. app_audit_log
50
+ to = module. dynamo . aws_dynamodb_table . app_audit_log
51
+ }
52
+
53
+ moved {
54
+ from = aws_dynamodb_table. membership_provisioning_log
55
+ to = module. dynamo . aws_dynamodb_table . membership_provisioning_log
56
+ }
57
+
58
+
59
+ moved {
60
+ from = aws_dynamodb_table. api_keys
61
+ to = module. dynamo . aws_dynamodb_table . api_keys
62
+ }
63
+
64
+ moved {
65
+ from = aws_dynamodb_table. room_requests
66
+ to = module. dynamo . aws_dynamodb_table . room_requests
67
+ }
68
+
69
+ moved {
70
+ from = aws_dynamodb_table. room_requests_status
71
+ to = module. dynamo . aws_dynamodb_table . room_requests_status
72
+ }
73
+
48
74
import {
49
75
id = " ${ var . ProjectId } -membership-external-v3"
50
76
to = aws_dynamodb_table. external_membership
You can’t perform that action at this time.
0 commit comments