Skip to content

Commit

Permalink
Fix duplicate variable...
Browse files Browse the repository at this point in the history
  • Loading branch information
iuriaranda committed Jan 18, 2023
1 parent 06d3ad3 commit 807e920
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rds/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,6 @@ variable "auto_minor_version_upgrade" {
default = true
}

variable "maintenance_window" {
description = "The window to perform maintenance in. Syntax: 'ddd:hh24:mi-ddd:hh24:mi'. See RDS Maintenance Window docs for more information."
default = "Mon:00:00-Mon:01:00"
}

variable "enabled_cloudwatch_logs_exports" {
description = "List of log types to enable for exporting to CloudWatch logs. You can check the available log types per engine in the [AWS RDS documentation](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch)."
type = list(string)
Expand Down

0 comments on commit 807e920

Please sign in to comment.