Skip to content

Commit 2926dad

Browse files
committed
Terraform: s/tutorial/usage/
1 parent 662bf4c commit 2926dad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/integrate/terraform/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ components like DNS entries and SaaS features.
2222
::::{grid} 2
2323

2424
:::{grid-item-card} Deploying CrateDB to the cloud via Terraform
25-
:link: terraform-tutorial
25+
:link: terraform-usage
2626
:link-type: ref
2727
Learn how to use Terraform to run a CrateDB cluster deployment on AWS.
2828
:::
@@ -32,7 +32,7 @@ Learn how to use Terraform to run a CrateDB cluster deployment on AWS.
3232
:::{toctree}
3333
:maxdepth: 1
3434
:hidden:
35-
Tutorial <tutorial>
35+
Usage <usage>
3636
:::
3737

3838
[Terraform]: https://developer.hashicorp.com/terraform

docs/integrate/terraform/tutorial.md renamed to docs/integrate/terraform/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(terraform-tutorial)=
1+
(terraform-usage)=
22
# Deploying CrateDB to the cloud using Terraform
33

44
## Introduction
@@ -296,7 +296,7 @@ $ terraform output -json cratedb | jq
296296
## Teardown
297297

298298
:::{caution}
299-
This tutorial creates billable AWS resources. Destroy the stack when finished
299+
The next steps will create billable AWS resources. Destroy the stack when finished
300300
to avoid ongoing costs.
301301
:::
302302

0 commit comments

Comments
 (0)