Skip to content

Commit cc4e144

Browse files
jubradkay-kim
authored andcommitted
docs: Relabel GCP guides as legacy Terraform guides
- Moves the install, upgrade, and configuration docs into a subdirectory called Terraform Provider (Legacy) - Creates aliases for each of the moved pages - `Installation > Install on GCP `-> `Installation > Install on GCP > Terraform Provider (Legacy) > Install` - Removed terraform references from the Deployment guideline appendix and pushed them into the Configuration appendix - Changed from "Required configuration" to just "configuration" docs: Relabel AWS guides as legacy Terraform guides - Does the same work as the GCP commit docs: Relabel Azure guides as legacy Terraform guides - Does the same thing as the GCP commit - Removes terraform configuation values given they weren't rendered. e.g. enable_disk_support Update doc links Add docs for new terraform modules.
1 parent abab6f4 commit cc4e144

File tree

31 files changed

+2534
-1710
lines changed

31 files changed

+2534
-1710
lines changed

doc/user/content/installation/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Install/Upgrade (Self-Managed)"
2+
title: "Self-Managed Deployments"
33
description: "Installation and upgrade guides for Self-Managed Materialize."
44
disable_list: true
55
menu:

doc/user/content/installation/appendix-terraforms.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
---
3-
title: "Appendix: Terraforms"
3+
title: "Terraform Modules"
44
description: "List of template Terraform modules that are available as a
55
starting point."
66
menu:
@@ -10,7 +10,7 @@ menu:
1010
weight: 95
1111
---
1212

13-
To help you get started, Materialize provides some template Terraforms.
13+
To help you get started, Materialize provides Terraform modules.
1414

1515
{{< important >}}
1616
These modules are intended for evaluation/demonstration purposes and for serving
@@ -25,11 +25,18 @@ your own production deployment, either:
2525

2626
{{</ important >}}
2727

28+
### **Terraform Modules**
29+
30+
Materialize provides a [**unified Terraform module**](https://github.com/MaterializeInc/materialize-terraform-self-managed/tree/main?tab=readme-ov-file#materialize-self-managed-terraform-modules) in order to provide concrete examples and an opinionated model for deploying materialize.
31+
This module supports deployments for AWS
32+
2833
{{< yaml-table data="self_managed/terraform_list" >}}
2934

30-
## Releases
35+
### *Legacy Terraform Modules*
36+
37+
{{< yaml-table data="self_managed/legacy_terraform_list" >}}
3138

32-
### Materialize on AWS Terraform module
39+
#### Materialize on AWS Terraform module
3340

3441
{{< yaml-table data="self_managed/aws_terraform_versions" >}}
3542

@@ -40,7 +47,7 @@ https://github.com/MaterializeInc/terraform-aws-materialize?tab=readme-ov-file#u
4047
for release-specific upgrade notes.
4148

4249

43-
### Materialize on Azure Terraform module
50+
#### Materialize on Azure Terraform module
4451

4552
{{< yaml-table data="self_managed/azure_terraform_versions" >}}
4653

0 commit comments

Comments
 (0)