Skip to content

Commit 4331c0e

Browse files
ansgarmrkoron007
andcommitted
Update website/docs/cdktf/concepts/stacks.mdx
Co-authored-by: Rose M Koron <[email protected]>
1 parent 44dee59 commit 4331c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/cdktf/concepts/stacks.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >-
77

88
# Stacks
99

10-
_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._
10+
> **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.
1111
1212
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.
1313

0 commit comments

Comments
 (0)