Skip to content

Commit cbaa829

Browse files
huzefambarrien
authored andcommitted
Fix a bug with missing param group connection to the Aurora resource (#88)
1 parent 6b1d92e commit cbaa829

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws-aurora/main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ resource "aws_rds_cluster" "db" {
4949
backtrack_window = "${var.backtrack_window}"
5050
kms_key_id = "${var.kms_key_id}"
5151
port = "${var.port}"
52+
db_cluster_parameter_group_name = "${aws_rds_cluster_parameter_group.db.id}"
5253

5354
enabled_cloudwatch_logs_exports = "${var.enabled_cloudwatch_logs_exports}"
5455

0 commit comments

Comments
 (0)