Skip to content

Commit 13413e8

Browse files
committed
Add notice
1 parent c0ef40f commit 13413e8

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

content/terraform/v1.13.x/docs/language/stacks/update-GA.mdx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ The general availability release of Stacks introduced a few backward-incompatibl
2222
- Stacks no longer support the `<NAME>.tfstack.hcl` file extension.
2323
- The new extension for configuring your Stack components is `<NAME>.tfcomponent.hcl`. The file name change better reflects the mental model of a component-based configuration.
2424

25-
## Billing Changes
25+
## Billing changes
2626

2727
The Stacks public beta did not count toward your HCP Terraform organization's Resources Under Management (RUM). With the GA release, Stacks RUM is aggregated with your workspace RUM for billing purposes.
2828

29-
### Billing Dashboard
29+
### Billing dashboard
3030

3131
The HCP Terraform usage page has been updated to reflect the new billing metrics, including:
3232

@@ -37,6 +37,13 @@ The HCP Terraform usage page has been updated to reflect the new billing metrics
3737

3838
For more information on billing, refer to the [HCP Terraform pricing page](https://www.hashicorp.com/en/pricing).
3939

40+
41+
## UI changes
42+
43+
You can no longer destroy Stack deployments from the HCP Terraform UI. To destroy a Stack deployment, add the [`destroy` argument](/terraform/language/block/stack/deploy/deployment#destroy) to a `deployment` block, then trigger a new deployment run.
44+
45+
To learn more about destroying Stacks and their deployments, refer to [Destroy a Stack](/terraform/cloud-docs/stacks/destroy).
46+
4047
## Steps for migration
4148

4249
If you used Stacks during the public beta, you need to take a few steps to transition your existing configurations to the GA release.

0 commit comments

Comments
 (0)