fix default_rules_config description (#1031)

This commit is contained in:
Ludovico Magnocavallo
2022-12-01 10:04:13 +01:00
committed by GitHub
parent 4441fd0c63
commit 89787a42f4
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
*/
variable "default_rules_config" {
description = "Optionally created convenience rules. Set the variable or individual members to null to disable."
description = "Optionally created convenience rules. Set the 'disabled' attribute to true, or individual rule attributes to empty lists to disable."
type = object({
admin_ranges = optional(list(string))
disabled = optional(bool, false)