We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2fe28d commit 058efceCopy full SHA for 058efce
helpers/migrate.py
@@ -26,7 +26,12 @@
26
"resource_type": "google_container_cluster",
27
"name": "zonal_primary",
28
"rename": "primary",
29
- "replace": True,
+ "module": ""
30
+ },
31
+ {
32
+ "resource_type": "google_container_node_pool",
33
+ "name": "zonal_pools",
34
+ "rename": "pools",
35
"module": ""
36
},
37
]
@@ -251,7 +256,6 @@ def migrate(statefile, dryrun=False):
251
256
252
257
# Group resources based on the module where they're defined.
253
258
modules = group_by_module(resources)
254
- print('modules', len(modules))
255
259
260
# Filter our list of Terraform modules down to anything that looks like a
261
# zonal GKE module. We key this off the presence off of
0 commit comments