You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: iac/provider-gcp/Makefile
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -111,10 +111,6 @@ init:
111
111
.PHONY: state-migrate
112
112
state-migrate:
113
113
@ printf"Running Terraform state migrations for env: `tput setaf 2``tput bold`$(ENV)`tput sgr0`\n\n"
114
-
@ $(tf_vars)$(TF) state mv 'module.nomad.nomad_job.api''module.nomad.module.api.nomad_job.api'||true
115
-
@ $(tf_vars)$(TF) state mv 'module.nomad.nomad_job.template_manager''module.nomad.module.template_manager.nomad_job.template_manager'||true
116
-
@ $(tf_vars)$(TF) state mv 'module.nomad.nomad_job.nomad_nodepool_apm[0]''module.nomad.module.template_manager_autoscaler[0].nomad_job.nomad_nodepool_apm'||true
117
-
@ $(tf_vars)$(TF) state mv 'module.nomad.nomad_job.redis[0]''module.nomad.module.redis[0].nomad_job.redis'||true
0 commit comments