diff --git a/website/docs/cdktf/concepts/stacks.mdx b/website/docs/cdktf/concepts/stacks.mdx index b0d6526603..3ebb87afe3 100644 --- a/website/docs/cdktf/concepts/stacks.mdx +++ b/website/docs/cdktf/concepts/stacks.mdx @@ -7,7 +7,7 @@ description: >- # Stacks -_Note: Stacks in CDKTF are not the same as [Terraform stacks](https://www.hashicorp.com/blog/terraform-stacks-explained), which are a configuration layer that eliminates the need to manually manage cross-configuration dependencies between Terraform modules._ +> **Note**: CDKTF stacks differ from [Terraform stacks](https://www.hashicorp.com/blog/terraform-stacks-explained). Terraform stacks are a configuration layer that simplifies provisioning and managing resources at scale by controlling cross-configuration dependencies between Terraform modules. A stack represents a collection of infrastructure that CDK for Terraform (CDKTF) synthesizes as a dedicated Terraform configuration. Stacks allow you to separate the state management for multiple environments within an application.