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: content/terraform/v1.13.x/docs/language/block/stack/deploy/deployment.mdx
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,6 @@ We recommend using the `destroy` argument to remove deployments to ensure your c
153
153
- Data type: Boolean
154
154
- Default: `false`
155
155
156
-
<!--TODO:Clearthisupwhenwehavethemigratedocs-->
157
156
158
157
### `import`
159
158
@@ -171,7 +170,7 @@ deployment "<LABEL>" {
171
170
172
171
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.
173
172
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).
Copy file name to clipboardExpand all lines: content/terraform/v1.14.x (alpha)/docs/language/block/stack/deploy/deployment.mdx
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,8 +153,6 @@ We recommend using the `destroy` argument to remove deployments to ensure your c
153
153
- Data type: Boolean
154
154
- Default: `false`
155
155
156
-
<!--TODO:Clearthisupwhenwehavethemigratedocs-->
157
-
158
156
### `import`
159
157
160
158
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>" {
171
169
172
170
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.
173
171
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).
0 commit comments