File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,6 @@ module "premerge_cluster_us_central" {
53
53
windows_machine_type = " n2-standard-32"
54
54
}
55
55
56
- # TODO(boomanaiden154): Remove these statements after the changes have been
57
- # applied.
58
-
59
- moved {
60
- from = module. premerge_cluster
61
- to = module. premerge_cluster_us_central
62
- }
63
-
64
56
# We explicitly specify a single zone for the service node pool locations as
65
57
# terraform by default will create node_count nodes per zone. We only want
66
58
# node_count nodes rather than (node_count * zone count) nodes, so we
@@ -142,11 +134,6 @@ module "premerge_cluster_us_central_resources" {
142
134
}
143
135
}
144
136
145
- moved {
146
- from = module. premerge_cluster_resources
147
- to = module. premerge_cluster_us_central_resources
148
- }
149
-
150
137
module "premerge_cluster_us_west_resources" {
151
138
source = " ./premerge_resources"
152
139
github_app_id = data. google_secret_manager_secret_version . github_app_id . secret_data
@@ -161,11 +148,6 @@ module "premerge_cluster_us_west_resources" {
161
148
}
162
149
}
163
150
164
- moved {
165
- from = module. premerge_cluster_resources2
166
- to = module. premerge_cluster_us_west_resources
167
- }
168
-
169
151
data "google_secret_manager_secret_version" "metrics_github_pat" {
170
152
secret = " llvm-premerge-metrics-github-pat"
171
153
}
You can’t perform that action at this time.
0 commit comments