Skip to content

Commit 41d46cf

Browse files
committed
Fix variable name
1 parent b1e3962 commit 41d46cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ variable "db_subnet_group_name" {
8585
default = ""
8686
}
8787

88-
variable "db_parameter_group_name" {
88+
variable "parameter_group_name" {
8989
description = "Name of the DB parameter group to associate. Setting this automatically disables parameter_group creation"
9090
default = ""
9191
}

0 commit comments

Comments
 (0)