Skip to content

Commit

Permalink
feat(docs): Add note to address having the same name as new Terraform…
Browse files Browse the repository at this point in the history
… stacks feature

Since CDKTF has a primitive called stacks and we also have an upcoming (now announced) feature that is also called "stacks" or "Terraform stacks" - I wrote a sentence with a link to point out the differences.
  • Loading branch information
mpron authored and ansgarm committed Dec 15, 2023
1 parent 0ee043e commit 8748835
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/cdktf/concepts/stacks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ 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.

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.

> **Hands-on:** Try the [Deploy Applications with CDK for Terraform](/terraform/tutorials/cdktf/cdktf-applications?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS) tutorial.
Expand Down

0 comments on commit 8748835

Please sign in to comment.