From 7cef783c869e733ed8919d4711552c1c2573fc87 Mon Sep 17 00:00:00 2001 From: finchr Date: Sat, 2 Mar 2024 13:53:08 -0800 Subject: [PATCH] implement simple rolling update using depends_on (#191) * implement simple rolling update using depends_on * update README --- main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/main.tf b/main.tf index e0df337c..411988ad 100644 --- a/main.tf +++ b/main.tf @@ -285,6 +285,7 @@ resource "aws_rds_cluster_instance" "default" { aws_iam_role.enhanced_monitoring, aws_rds_cluster.secondary, aws_rds_cluster_parameter_group.default, + aws_rds_cluster_instance.default[0], ] lifecycle {