diff --git a/content/terraform-docs-common/docs/cloud-docs/stacks/create.mdx b/content/terraform-docs-common/docs/cloud-docs/stacks/create.mdx index 6912a8c66..30b732c3a 100644 --- a/content/terraform-docs-common/docs/cloud-docs/stacks/create.mdx +++ b/content/terraform-docs-common/docs/cloud-docs/stacks/create.mdx @@ -66,13 +66,13 @@ Stacks live alongside workspaces in an HCP Terraform project. To create a new St 1. After running the command, you can view your new Stack in the HCP Terraform UI, or by running the `terraform stacks list` command: ```shell-session - $ terraform stacks list -organization -project + $ terraform stacks list -organization-name -project-name ``` 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: ```shell-session - $ terraform stacks configuration upload -organization -project -stack-name + $ terraform stacks configuration upload -organization-name -project-name -stack-name ``` 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 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: ```shell-session - $ terraform stacks configuration watch -organization -project + $ terraform stacks configuration watch -organization-name -project-name ``` The Terraform CLI then displays the status of each deployment group in your Stack: