Skip to content

Commit 1d978f9

Browse files
authored
fix: reference command for config fetch (#1018)
# Description The command referenced to fetch the latest configuration in changes or `update-GA` documentation should be `terraform stacks configuration fetch` than `terraform stacks fetch`
2 parents 9f93acf + efdba0f commit 1d978f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ For more information about deployment groups and auto-approval rules, refer to [
115115

116116
### Fetch your configuration
117117

118-
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.
118+
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.

0 commit comments

Comments
 (0)