Skip to content

Commit ab9c9a0

Browse files
authored
Correct Stacks command (#1072)
* Add a note to change the tfc_hostname variable * Add a link * Fix stack command * Remove extra file
1 parent 34d4764 commit ab9c9a0

File tree

1 file changed

+1
-1
lines changed
  • content/terraform-docs-common/docs/cloud-docs/stacks

1 file changed

+1
-1
lines changed

content/terraform-docs-common/docs/cloud-docs/stacks/create.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Stacks live alongside workspaces in an HCP Terraform project. To create a new St
5858
1. Run the `terraform stacks create` command, replacing the placeholders with your organization name, project name, and desired Stack name:
5959

6060
```shell-session
61-
$ terraform stacks create -organization <ORGANIZATION_NAME> -project <PROJECT_NAME> -stack-name <STACK_NAME>
61+
$ terraform stacks create -organization-name <ORGANIZATION_NAME> -project-name <PROJECT_NAME> -stack-name <STACK_NAME>
6262
```
6363

6464
A Stack name must be unique within the project and can include letters, numbers, dashes (`-`), and underscores (`_`). We recommend using 90 characters or less for the name of your Stack.

0 commit comments

Comments
 (0)