Skip to content

Commit

Permalink
Add note on Terraform providers (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCrawfis authored Oct 27, 2023
1 parent 95609b4 commit a2a6036
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 a2a6036

Please sign in to comment.