Skip to content

Commit a27abc6

Browse files
authored
chore(iac): remove old state migrations (#2277)
1 parent 06bba8d commit a27abc6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

iac/provider-gcp/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,6 @@ init:
111111
.PHONY: state-migrate
112112
state-migrate:
113113
@ 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
118114

119115
.PHONY: apply-init
120116
apply-init:

0 commit comments

Comments
 (0)