Commit 39874456 authored by Jamie Walker's avatar Jamie Walker

Allow deletion of RR

parent f60bd2ba
Pipeline #6304 passed with stage
in 17 seconds
......@@ -155,6 +155,7 @@ resource "aws_db_instance" "read_replica" {
replicate_source_db = "${aws_db_instance.default.name}"
count = "${var.read_replica_count}"
skip_final_snapshot = true
}
#############################################################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment