From c47623657aff7c79dd4f4a614ea430c40aa3220f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 23 Dec 2022 14:18:57 +0000 Subject: [PATCH] terraform-docs: automated action --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 579ad89..0a142c8 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,18 @@ module "resource_monitors" { | Name | Description | |------|-------------| -| [resource\_monitor](#output\_resource\_monitor) | Details of the resource monitor | +| [credit\_quota](#output\_credit\_quota) | he number of credits allocated monthly to the resource monitor | +| [end\_timestamp](#output\_end\_timestamp) | The date and time when the resource monitor suspends the assigned warehouses | +| [frequency](#output\_frequency) | The frequency interval at which the credit usage resets to 0 | +| [name](#output\_name) | Name of resource monitor | +| [notify\_triggers](#output\_notify\_triggers) | A list of percentage thresholds at which to send an alert to subscribed users | +| [notify\_users](#output\_notify\_users) | A list of users to receive email notifications on resource monitors | | [roles](#output\_roles) | Functional roles created for warehouse | +| [set\_for\_account](#output\_set\_for\_account) | Whether the resource monitor should be applied globally to your Snowflake account | +| [start\_timestamp](#output\_start\_timestamp) | The date and time when the resource monitor starts monitoring credit usage | +| [suspend\_immediate\_triggers](#output\_suspend\_immediate\_triggers) | A list of percentage thresholds at which to immediately suspend all warehouses | +| [suspend\_triggers](#output\_suspend\_triggers) | A list of percentage thresholds at which to suspend all warehouses | +| [warehouses](#output\_warehouses) | A list of warehouse names to apply the resource monitor to | ## Providers