-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Terraform Recipe overview page (#1089)
* Terraform Recipe overview page Signed-off-by: jasonviviano <[email protected]> * Spellcheck fix Signed-off-by: jasonviviano <[email protected]> * Restructuring TF section for recipes Signed-off-by: jasonviviano <[email protected]> * Fixed structure of menu Signed-off-by: jasonviviano <[email protected]> * Added an alias Signed-off-by: jasonviviano <[email protected]> --------- Signed-off-by: jasonviviano <[email protected]>
- Loading branch information
1 parent
7fea6a2
commit 728f728
Showing
6 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,8 @@ Async | |
AWSSimpleQueueService | ||
Azure | ||
Blazor | ||
Bitbucket | ||
Gitlab | ||
CAs | ||
clusterissuer | ||
ClusterIssuer | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
type: docs | ||
title: "Terraform Radius Recipes" | ||
linkTitle: "Terraform Radius Recipes" | ||
description: "Learn how to automate infrastructure deployment for your resources with Terraform Radius Recipes" | ||
weight: 500 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
type: docs | ||
title: "Overview: Terraform recipes" | ||
linkTitle: "Overview" | ||
description: "Add Terraform based Radius Recipes to your Radius Application" | ||
weight: 100 | ||
categories: "Overview" | ||
tags: ["recipes","Terraform"] | ||
--- | ||
|
||
For a general explanation on Recipes as a concept visit the general [Recipes overview]({{< ref "/guides/recipes/overview" >}}) page. | ||
|
||
## Capabilities | ||
|
||
### Private Git repositories | ||
|
||
Radius supports the use of Terraform modules from private Git repositories as templates for Radius Recipes from any Git platforms such as GitHub, Azure DevOps, Bitbucket, and Gitlab. | ||
|
||
### Leverage any Terraform provider | ||
|
||
Radius Recipes can leverage any Terraform provider allowing users to interact with and manage resources of any specific infrastructure platform or service, such as AWS, Azure, or Google Cloud. | ||
|
||
## Further Reading | ||
|
||
- [Author custom recipes]({{< ref howto-author-recipes >}}) | ||
- [Register a Recipe from a private registry]({{< ref "/guides/recipes/terraform/howto-private-registry" >}}) | ||
- [`rad recipe` CLI reference]({{< ref rad_recipe >}}) | ||
- [Recipes overview]({{< ref "/guides/recipes/overview" >}}) |