Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/user/content/installation/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Install/Upgrade (Self-Managed)"
title: "Self-Managed Deployments"
description: "Installation and upgrade guides for Self-Managed Materialize."
disable_list: true
menu:
Expand Down
17 changes: 12 additions & 5 deletions doc/user/content/installation/appendix-terraforms.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

---
title: "Appendix: Terraforms"
title: "Terraform Modules"
description: "List of template Terraform modules that are available as a
starting point."
menu:
Expand All @@ -10,7 +10,7 @@ menu:
weight: 95
---

To help you get started, Materialize provides some template Terraforms.
To help you get started, Materialize provides Terraform modules.

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

{{</ important >}}

### **Terraform Modules**

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.
This module supports deployments for AWS

{{< yaml-table data="self_managed/terraform_list" >}}

## Releases
### *Legacy Terraform Modules*

{{< yaml-table data="self_managed/legacy_terraform_list" >}}

### Materialize on AWS Terraform module
#### Materialize on AWS Terraform module

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

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


### Materialize on Azure Terraform module
#### Materialize on Azure Terraform module

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

Expand Down
Loading