Skip to content

Commit 25bff15

Browse files
committed
Update content/terraform/v1.13.x/docs/language/stacks/use-cases.mdx
1 parent 4d3b0bd commit 25bff15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/terraform/v1.13.x/docs/language/stacks/use-cases.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ When you use a Stack, HCP Terraform recognizes the dependency between components
3232

3333
Managing infrastructure across multiple environments can be challenging, especially when you want to ensure that each environment remains consistent. For example, if you manage infrastructure for multiple environments, such as development, staging, and production. Each environment needs to be isolated, but they all mirror each other’s configuration.
3434

35-
Stacks let you to define deployments for each environment within a single configuration, making it easier to maintain uniformity and make updates across all your environments.
35+
Stacks let you define deployments for each environment within a single configuration, making it easier to maintain uniformity and make updates across all your environments.
3636

3737
<CodeBlockConfig filename="deployments.tfdeploy.hcl">
3838

0 commit comments

Comments
 (0)