Skip to content

Commit 4e16eac

Browse files
authored
Little tweaks to flags (#1089)
1 parent f790645 commit 4e16eac

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ Stacks live alongside workspaces in an HCP Terraform project. To create a new St
6666
1. After running the command, you can view your new Stack in the HCP Terraform UI, or by running the `terraform stacks list` command:
6767

6868
```shell-session
69-
$ terraform stacks list -organization <ORGANIZATION_NAME> -project <PROJECT_NAME>
69+
$ terraform stacks list -organization-name <ORGANIZATION_NAME> -project-name <PROJECT_NAME>
7070
```
7171

7272
1. After creating your Stack, you can push up your Stack component and deployment configuration files to create a new configuration version. Use the `terraform stacks configuration upload` command to manually upload your configuration files:
7373

7474
```shell-session
75-
$ terraform stacks configuration upload -organization <ORGANIZATION_NAME> -project <PROJECT_NAME> -stack-name <STACK_NAME>
75+
$ terraform stacks configuration upload -organization-name <ORGANIZATION_NAME> -project-name <PROJECT_NAME> -stack-name <STACK_NAME>
7676
```
7777

7878
The Terraform CLI uploads the configuration files, and returns a new configuration version ID and sequence number:
@@ -92,7 +92,7 @@ Stacks live alongside workspaces in an HCP Terraform project. To create a new St
9292
After uploading your configuration, you can watch your Stack's configuration roll out using `terraform stacks configuration watch` to review a list of the deployment groups in your configuration:
9393

9494
```shell-session
95-
$ terraform stacks configuration watch -organization <ORGANIZATION_NAME> -project <PROJECT_NAME>
95+
$ terraform stacks configuration watch -organization-name <ORGANIZATION_NAME> -project-name <PROJECT_NAME>
9696
```
9797

9898
The Terraform CLI then displays the status of each deployment group in your Stack:

0 commit comments

Comments
 (0)