We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6dcd2 commit 60e4690Copy full SHA for 60e4690
aws/aurora/main.tf
@@ -69,7 +69,7 @@ resource "aws_rds_cluster_instance" "cluster_instances" {
69
count = var.instance_count
70
71
identifier = "${var.project}-${var.environment}-node-${count.index}"
72
- cluster_identifier = aws_rds_cluster.main.id
+ cluster_identifier = aws_rds_cluster.main.cluster_identifier
73
instance_class = var.instance_class
74
engine = aws_rds_cluster.main.engine
75
engine_version = aws_rds_cluster.main.engine_version
0 commit comments