From 4159ff552e495fded0586739a2cecdd4ee5de2cf Mon Sep 17 00:00:00 2001 From: Hentouane Date: Wed, 23 Oct 2024 23:49:38 -0400 Subject: [PATCH] Updated README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b9f49f..651d24f 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,8 @@ For details of how the standard "template" provisioner works, see the `template: | dns | default | (none) | `host` | | route | default | `host`, `path`, `port` | | | mongodb | default | (none) | `host`, `port`, `username`, `password`, `name`, `connection` | -| ampq | default | (nont) | `host`, `port`, `username`, `password`, `vhost` | +| ampq | default | (none) | `host`, `port`, `username`, `password`, `vhost` | +| mssql | default | (none) | `host`, `port`, `name` (aka `database`), `password` | Users are encouraged to write their own custom provisioners to support new resource types or to modify the implementations above.