Skip to content

Commit

Permalink
Add note on Terraform providers
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCrawfis authored Oct 25, 2023
1 parent c4d3992 commit 7a0b72b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/content/guides/recipes/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<br />Other providers not yet configurable

### Select the Recipe that meets your needs

Expand Down

0 comments on commit 7a0b72b

Please sign in to comment.