Skip to content

Commit

Permalink
chore(doc):update
Browse files Browse the repository at this point in the history
Signed-off-by: Liang Huang <[email protected]>
  • Loading branch information
yellow-shine committed May 16, 2024
1 parent f3ee115 commit 6cf668c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/create-a-standard-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Terraform will orchestrate the creation of the specified clusters based on your
After applying the changes, you can verify the provisioned Zilliz Cloud clusters either through the Zilliz Cloud dashboard. Ensure that the clusters are created with the desired configurations and are functioning as expected.

## Destroying the Cluster(Optional)
if you want to destroy the cluster, you can run the following command:
If you want to destroy the cluster, you can run the following command:
```
$ terraform destroy
```
Expand Down
2 changes: 1 addition & 1 deletion docs/create-a-starter-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Terraform will orchestrate the creation of the specified clusters based on your
After applying the changes, you can verify the provisioned Zilliz Cloud clusters either through the Zilliz Cloud dashboard. Ensure that the clusters are created with the desired configurations and are functioning as expected.

## Destroying the Cluster(Optional)
if you want to destroy the cluster, you can run the following command:
If you want to destroy the cluster, you can run the following command:
```
$ terraform destroy
```
Expand Down
2 changes: 1 addition & 1 deletion docs/scale-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Terraform will now initiate the upgrade process, scaling your Zilliz Cloud clust


## Destroying the Cluster(Optional)
if you want to destroy the cluster, you can run the following command:
If you want to destroy the cluster, you can run the following command:
```
$ terraform destroy
```
Expand Down

0 comments on commit 6cf668c

Please sign in to comment.