Skip to content

Commit

Permalink
implement simple rolling update using depends_on (#191)
Browse files Browse the repository at this point in the history
* implement simple rolling update using depends_on

* update README
  • Loading branch information
finchr authored Mar 2, 2024
1 parent 2ac5d39 commit 7cef783
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7cef783

Please sign in to comment.