Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
jordiclariana committed Mar 9, 2018
1 parent b1e3962 commit 41d46cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ variable "db_subnet_group_name" {
default = ""
}

variable "db_parameter_group_name" {
variable "parameter_group_name" {
description = "Name of the DB parameter group to associate. Setting this automatically disables parameter_group creation"
default = ""
}
Expand Down

0 comments on commit 41d46cf

Please sign in to comment.