You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/terraform-docs-common/docs/cloud-docs/stacks/create.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,13 +66,13 @@ Stacks live alongside workspaces in an HCP Terraform project. To create a new St
66
66
1. After running the command, you can view your new Stack in the HCP Terraform UI, or by running the `terraform stacks list` command:
67
67
68
68
```shell-session
69
-
$ terraform stacks list -organization <ORGANIZATION_NAME> -project <PROJECT_NAME>
69
+
$ terraform stacks list -organization-name <ORGANIZATION_NAME> -project-name <PROJECT_NAME>
70
70
```
71
71
72
72
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:
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
92
92
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:
0 commit comments