fix default_rules_config description (#1031)
This commit is contained in:
committed by
GitHub
parent
4441fd0c63
commit
89787a42f4
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user