Skip to content

Commit

Permalink
Fix a bug with missing param group connection to the Aurora resource (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
huzefa authored and mbarrien committed Mar 12, 2019
1 parent 6b1d92e commit cbaa829
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws-aurora/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ resource "aws_rds_cluster" "db" {
backtrack_window = "${var.backtrack_window}"
kms_key_id = "${var.kms_key_id}"
port = "${var.port}"
db_cluster_parameter_group_name = "${aws_rds_cluster_parameter_group.db.id}"

enabled_cloudwatch_logs_exports = "${var.enabled_cloudwatch_logs_exports}"

Expand Down

0 comments on commit cbaa829

Please sign in to comment.