Skip to content

Commit 03a3460

Browse files
committed
Add limitations and premium notice
1 parent 25bff15 commit 03a3460

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

content/terraform/v1.13.x/docs/language/stacks/deploy/conditions.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ description: Learn how to use deployment groups to create orchestration rules th
77

88
Learn how to use deployment groups to create orchestration rules that automatically approve deployment runs, helping you manage your deployments at scale.
99

10+
@include 'premium-deployment-groups.mdx'
11+
1012
## Create deployment groups
1113

1214
You can create deployment groups in your deployment configuration file to define rules that let you auto-approve deployment runs.

content/terraform/v1.13.x/docs/language/stacks/deploy/pass-data.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ To output information from a Stack, declare a `publish_output` block in the depl
1515

1616
To consume the data exported by the upstream Stack, declare an `upstream_input` block in the deployment configuration of a different Stack in the same project. We refer to the Stack that declares an `upstream_input` block as the downstream Stack.
1717

18-
## Requirements
18+
## Requirements and limitations
1919

20-
The `publish_output` and `upstream_input` blocks require at least Terraform version `terraform_1.10.0-alpha20241009` or higher. Download the [latest version of Terraform](https://releases.hashicorp.com/terraform/) to use the most up-to-date functionality.
20+
Downstream Stacks must reside in the same project as their upstream Stacks.
2121

22-
Downstream Stacks must also reside in the same project as their upstream Stacks.
22+
The following limitations apply to passing data between Stacks:
23+
- Stacks can link to up to 20 other upstream Stacks. [Learn more about passing data between Stacks](/terraform/language/stacks/deploy/pass-data).
24+
- Stacks can expose values to up to 25 downstream Stacks. [Learn more about passing data between Stacks](/terraform/language/stacks/deploy/pass-data).
2325

2426
## Expose outputs to another Stack
2527

content/terraform/v1.13.x/docs/language/stacks/index.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,14 @@ After fully configuring your Stack, use HCP Terraform to deploy your Stack’s i
6363

6464
Stacks are useful when managing complex, multi-environment infrastructures where consistency and reusability are crucial. Refer to Stack [use cases](/terraform/language/stacks/use-cases) for inspiration on situations where Stacks are particularly well suited.
6565

66-
## Constraints, limitations, and troubleshooting
66+
## Constraints and limitations
6767

68-
While Stacks provide powerful capabilities, there are some limitations to be aware of during this beta phase:
68+
Stacks have the following constraints:
6969

7070
- Each Stack currently supports a maximum of 20 deployments, which may limit scalability for large environments.
7171
- Stack deployment groups currently support only one deployment per group.
72+
- Each Stack supports up to 100 components.
73+
- Each Stack supports up to 10,000 resources.
74+
- Stacks can link to up to 20 other upstream Stacks. [Learn more about passing data between Stacks](/terraform/language/stacks/deploy/pass-data).
75+
- Stacks can expose values to up to 25 downstream Stacks. [Learn more about passing data between Stacks](/terraform/language/stacks/deploy/pass-data).
7276
- Stacks are not available for users on legacy HCP Terraform team plans. Learn more about [migrating to a current HCP Terraform plan](/terraform/cloud-docs/overview/migrate-teams-standard).
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Note title="Premium tier">
2+
3+
Running orchestration rules for deployment groups isis available in the HCP Terraform **Plus** Edition. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details.
4+
5+
</Note>

0 commit comments

Comments
 (0)