From 7a0b72bb93c2707e8317c671ab365d3e64f1cb05 Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Wed, 25 Oct 2023 11:37:08 -0700 Subject: [PATCH] Add note on Terraform providers --- 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