From a2a60362530060a0cffe813c2718f2b63d53477f Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Fri, 27 Oct 2023 13:48:48 -0700 Subject: [PATCH] Add note on Terraform providers (#910) --- docs/content/guides/recipes/overview/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/guides/recipes/overview/index.md b/docs/content/guides/recipes/overview/index.md index b6928ae51..b9df3c672 100644 --- a/docs/content/guides/recipes/overview/index.md +++ b/docs/content/guides/recipes/overview/index.md @@ -16,10 +16,10 @@ Recipes enable a **separation of concerns** between infrastructure operators and ### Support for multiple IaC languages -| Infrastructure as Code Languages | Recipe Support | -|---------------------| ------------| -| [Bicep](https://learn.microsoft.com/azure/azure-resource-manager/bicep/) | ✅ | -| [Terraform](https://developer.hashicorp.com/terraform/docs) | ✅ | +| Language | Recipe Support | Notes | +|----------| ---------------|-------| +| [Bicep](https://learn.microsoft.com/azure/azure-resource-manager/bicep/) | ✅ | Supports Azure, AWS, and Kubernetes +| [Terraform](https://developer.hashicorp.com/terraform/docs) | ✅ | Supports Azure, AWS, and Kubernetes providers
Other providers not yet configurable ### Select the Recipe that meets your needs