From efdba0fe035b6dd1d093fcff39f340abd05b1f93 Mon Sep 17 00:00:00 2001 From: Manu Chandrasekhar Date: Tue, 30 Sep 2025 10:01:53 -0400 Subject: [PATCH] fix: reference command for config fetch --- content/terraform/v1.13.x/docs/language/stacks/update-GA.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/terraform/v1.13.x/docs/language/stacks/update-GA.mdx b/content/terraform/v1.13.x/docs/language/stacks/update-GA.mdx index f17aff5823..3251035711 100644 --- a/content/terraform/v1.13.x/docs/language/stacks/update-GA.mdx +++ b/content/terraform/v1.13.x/docs/language/stacks/update-GA.mdx @@ -115,4 +115,4 @@ For more information about deployment groups and auto-approval rules, refer to [ ### Fetch your configuration -Trigger a new configuration fetch for each of your Stacks. The fetching process pulls your configuration from your Version Control System (VCS) and reinitializes your Stack. You can do this by using the [`terraform stacks fetch`](/terraform/cli/commands/stacks/configuration/fetch) command in the new CLI, or by triggering a deployment run in the HCP Terraform UI. +Trigger a new configuration fetch for each of your Stacks. The fetching process pulls your configuration from your Version Control System (VCS) and reinitializes your Stack. You can do this by using the [`terraform stacks configuration fetch`](/terraform/cli/commands/stacks/configuration/fetch) command in the new CLI, or by triggering a deployment run in the HCP Terraform UI.