Skip to content

Commit b527df5

Browse files
[CI] Remove moved statements
Now that changes have been applied, these statements can be removed.
1 parent a8de3d9 commit b527df5

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

premerge/main.tf

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,6 @@ module "premerge_cluster_us_central" {
5353
windows_machine_type = "n2-standard-32"
5454
}
5555

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-
6456
# We explicitly specify a single zone for the service node pool locations as
6557
# terraform by default will create node_count nodes per zone. We only want
6658
# node_count nodes rather than (node_count * zone count) nodes, so we
@@ -142,11 +134,6 @@ module "premerge_cluster_us_central_resources" {
142134
}
143135
}
144136

145-
moved {
146-
from = module.premerge_cluster_resources
147-
to = module.premerge_cluster_us_central_resources
148-
}
149-
150137
module "premerge_cluster_us_west_resources" {
151138
source = "./premerge_resources"
152139
github_app_id = data.google_secret_manager_secret_version.github_app_id.secret_data
@@ -161,11 +148,6 @@ module "premerge_cluster_us_west_resources" {
161148
}
162149
}
163150

164-
moved {
165-
from = module.premerge_cluster_resources2
166-
to = module.premerge_cluster_us_west_resources
167-
}
168-
169151
data "google_secret_manager_secret_version" "metrics_github_pat" {
170152
secret = "llvm-premerge-metrics-github-pat"
171153
}

0 commit comments

Comments
 (0)