From d7c71eab43323b6cc4f66cf243c4d2649a8bd72a Mon Sep 17 00:00:00 2001 From: jasonviviano <83607984+jasonviviano@users.noreply.github.com> Date: Mon, 13 Nov 2023 16:30:44 +0000 Subject: [PATCH] Adding a table to highlight for users in the schema page which resources are supported. Signed-off-by: jasonviviano <83607984+jasonviviano@users.noreply.github.com> --- docs/content/reference/resource-schema/_index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/content/reference/resource-schema/_index.md b/docs/content/reference/resource-schema/_index.md index c4c19f48e..e9c1d0042 100644 --- a/docs/content/reference/resource-schema/_index.md +++ b/docs/content/reference/resource-schema/_index.md @@ -60,4 +60,11 @@ To access the auto-injected value, specify an `environment` string parameter in param environment string ``` +### Supported cloud providers + +| Cloud Providers | Resource support | +|---------------------| ------------| +| [AWS]({{< ref "/reference/resource-schema/aws" >}}) | ✅ | +| [Azure]({{< ref "/guides/author-apps/azure/overview" >}}) | ✅ | + ## Resource categories