From 7638909286c38c64482b71228efb0e2f5716ddd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Gniewek-W=C4=99grzyn?= Date: Mon, 23 Sep 2024 09:16:32 +0200 Subject: [PATCH] docs: add updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23c93fd..1d434f8 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ module "snowflake_shared_database" { | [enable\_console\_output](#output\_enable\_console\_output) | If true, enables stdout/stderr fast path logging for anonymous stored procedures | | [external\_volume](#output\_external\_volume) | The database parameter that specifies the default external volume to use for Iceberg tables | | [from\_share](#output\_from\_share) | The name of the share from which the database is created | -| [fully\_quallified\_name](#output\_fully\_quallified\_name) | The fully qualified name of the database | +| [fully\_qualified\_name](#output\_fully\_qualified\_name) | The fully qualified name of the database | | [log\_level](#output\_log\_level) | Specifies the severity level of messages that should be ingested and made available in the active event table. Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF] | | [name](#output\_name) | Name of the database | | [quoted\_identifiers\_ignore\_case](#output\_quoted\_identifiers\_ignore\_case) | If true, the case of quoted identifiers is ignored |