Skip to content

Commit

Permalink
remove create_cluster_pg variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Nods2008 committed Nov 2, 2021
1 parent d1f9366 commit fc89e72
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -455,18 +455,6 @@ variable "iam_role_max_session_duration" {
default = null
}

variable "create_cluster_parameter_group" {
description = "Whether to create a cluster parameter group or not. If specified as false, default parameter group is used."
type = bool
default = true
}

variable "create_instance_parameter_group" {
description = "Whether to create an instance parameter group or not. If specified as false, default parameter group is used."
type = bool
default = true
}

variable "parameter_group_settings" {
description = "Map holding all parameter group related settings."
type = object({
Expand Down

0 comments on commit fc89e72

Please sign in to comment.