Skip to content

Commit 7edb66e

Browse files
committed
Add a bit of extra context from Nick
1 parent f716863 commit 7edb66e

File tree

1 file changed

+1
-1
lines changed
  • website/docs/cloud-docs/stacks/deploy

1 file changed

+1
-1
lines changed

website/docs/cloud-docs/stacks/deploy/plans.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ By default, each Stack has an `auto-approve` rule named `empty_plan`, which auto
9494

9595
Like with Terraform configuration files, HCP Terraform generates a dependency graph and creates resources defined in `*.tfstack.hcl` and `*.tfdeploy.hcl` files.
9696

97-
When you deploy a Stack with resources that depend on resources provisioned by other components in your stack, HCP Terraform recognizes the dependency between components and automatically defers that plan until HCP Terraform can complete it successfully. Plans with deferred changes are plans with resources that depend on other resources and require follow-up plans.
97+
When you deploy a Stack with resources that depend on resources provisioned by other components in your stack, HCP Terraform recognizes the dependency between components and automatically defers that plan until HCP Terraform can complete it successfully. Plans with deferred changes are plans with resources that depend on resources that don't exist yet, requiring follow-up plans.
9898

9999
-> **Hands-on**: Complete the [Manage Kubernetes workloads with stacks](/terraform/tutorials/cloud/stacks-eks-deferred) tutorial to create plans with deferred changes.
100100

0 commit comments

Comments
 (0)