From 4080d9d3535a57c7abacb3346b53cb0b9e80c58a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Jul 2023 07:58:39 +0000 Subject: [PATCH] terraform-docs: automated action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b12b644..ef42796 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ module "snowflake_role" { | [table\_grants](#input\_table\_grants) | Grants on a table level |
list(object({
database_name = string
schema_name = string
table_name = optional(string)
on_future = optional(bool, false)
privileges = list(string)
}))
| `[]` | no | | [tags](#input\_tags) | Additional tags (e.g. `{'BusinessUnit': 'XYZ'}`).
Neither the tag keys nor the tag values will be modified by this module. | `map(string)` | `{}` | no | | [tenant](#input\_tenant) | ID element \_(Rarely used, not included by default)\_. A customer identifier, indicating who this instance of a resource is for | `string` | `null` | no | -| [view\_grants](#input\_view\_grants) | Grants on a view level |
list(object({
database_name = string
schema_name = string
view_name = optional(string)
privileges = list(string)
}))
| `[]` | no | +| [view\_grants](#input\_view\_grants) | Grants on a view level |
list(object({
database_name = string
schema_name = string
view_name = optional(string)
on_future = optional(bool, false)
privileges = list(string)
}))
| `[]` | no | ## Modules