Skip to content

Commit dc89c5e

Browse files
committed
Add migrate link to deployment page
1 parent 743e88c commit dc89c5e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

content/terraform/v1.13.x/docs/language/block/stack/deploy/deployment.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ We recommend using the `destroy` argument to remove deployments to ensure your c
153153
- Data type: Boolean
154154
- Default: `false`
155155

156-
<!-- TODO: Clear this up when we have the migrate docs -->
157156

158157
### `import`
159158

@@ -171,7 +170,7 @@ deployment "<LABEL>" {
171170

172171
Terraform migrate sets the `import` argument to let HCP Terraform know that the rest of the deployments in a Stack can continue plan as normal while the deployment with `import` is migrating state.
173172

174-
To learn more about migrating a workspace to a Stack deployment, refer to Terraform migrate](/terraform/migrate).
173+
To learn more about migrating a workspace to a Stack deployment, refer to Terraform migrate](/terraform/migrate/stacks).
175174

176175
#### Summary
177176

content/terraform/v1.14.x (alpha)/docs/language/block/stack/deploy/deployment.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@ We recommend using the `destroy` argument to remove deployments to ensure your c
153153
- Data type: Boolean
154154
- Default: `false`
155155

156-
<!-- TODO: Clear this up when we have the migrate docs -->
157-
158156
### `import`
159157

160158
The `tf-migrate` CLI can migrate the state of an existing HCP Terraform workspace to a Stack deployment. The `tf-migrate` CLI automatically sets the `import` argument to `true` when importing the state of an existing workspace to a specific deployment.
@@ -171,7 +169,7 @@ deployment "<LABEL>" {
171169

172170
Terraform migrate sets the `import` argument to let HCP Terraform know that the rest of the deployments in a Stack can continue plan as normal while the deployment with `import` is migrating state.
173171

174-
To learn more about migrating a workspace to a Stack deployment, refer to Terraform migrate](/terraform/migrate).
172+
To learn more about migrating a workspace to a Stack deployment, refer to Terraform migrate](/terraform/migrate/stacks).
175173

176174
#### Summary
177175

0 commit comments

Comments
 (0)