Skip to content

Commit

Permalink
docs: update how to get resources
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebell committed Jun 10, 2024
1 parent b2fa640 commit 50b32d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runbooks/source/move-components-module.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In order to migrate a terraform module from `components` into `core` there are a

The aim is to make sure that when a terraform plan is run against both `core` and `compoents` after the MTM tool is ran there should be no terraform changes.

There is a pipeline in Concourse that accepts `$CLUSTER_NAME`, `$MODULE_NAME` and `$RESOURCE` setting these and running the pipeline will migrate that module/resource on the cluster specified. Resources can be passed as a comma seperated string.
There is a pipeline in Concourse that accepts `$CLUSTER_NAME`, `$MODULE_NAME` and `$RESOURCE` setting these and running the pipeline will migrate that module/resource on the cluster specified. Resources can be passed as a comma seperated string. Getting a list of resources to migrate is a manual process that requires you to read through the terraform files in `components`, some can be found by tracing back dependencies others should be obvious via there name.

If you need to upgrade the `mtm` cli you can update the `$MTM_VERSION` parameter in the pipeline.

Expand Down

0 comments on commit 50b32d4

Please sign in to comment.