Skip to content

Commit

Permalink
fix: sensible descriptions for logs ARNs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrkv committed Nov 19, 2021
1 parent 7215976 commit dc2cc40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions varaibles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@ variable "dedicated_master_count" {
}

variable "index_slow_log_group_arn" {
description = "XXX"
description = "Index slow logs ARN"
default = ""
}

variable "search_slow_log_group_arn" {
description = "XXX"
description = "Search slow logs ARN"
default = ""
}

variable "es_application_log_group_arn" {
description = "XXX"
description = "Error logs ARN"
default = ""
}

variable "audit_log_group_arn" {
description = "XXX"
description = "Audit logs ARN"
default = ""
}

Expand Down

0 comments on commit dc2cc40

Please sign in to comment.