From 3d35629d9d4b970fba281eda5c11777ead767380 Mon Sep 17 00:00:00 2001 From: Ryan Cartwright Date: Tue, 18 Mar 2025 16:47:53 +1100 Subject: [PATCH] update cloud provider support for sql --- docs/sql.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sql.mdx b/docs/sql.mdx index 4eae23578..bc222200c 100644 --- a/docs/sql.mdx +++ b/docs/sql.mdx @@ -11,8 +11,8 @@ If you're interested in the architecture, provisioning, or deployment steps, the SQL databases are currently in preview and only support PostgreSql deployed to AWS using the
- `nitric/aws` and `nitric/awstf` providers or Azure with the `nitric/azure` - provider. + `nitric/aws` and `nitric/awstf` providers, GCP with the `nitric/azure` + provider, or Azure with the `nitric/azure` provider.
@@ -344,7 +344,7 @@ Guides are available for some of these alternatives in the [guides section](/gui Each cloud provider comes with a set of default services used when deploying resources. You can find the default services for each cloud provider below. - [AWS](/providers/mappings/aws/sql) -- Azure - Not implemented +- [Azure](/providers/mappings/azure/sql) - [Google Cloud](/providers/mappings/gcp/sql) If you need support for additional clouds, let us know by [opening an issue](https://github.com/nitrictech/nitric/issues) or joining the conversation on [Discord](https://nitric.io/chat).