Commit d7595ae4 authored by Jamie Walker's avatar Jamie Walker

Revert change

parent 39874456
Pipeline #6305 passed with stage
in 17 seconds
......@@ -64,10 +64,6 @@ variable "read_replica_count" {
default = "0"
}
variable "skip_final_snapshot" {
default = "false"
}
variable "parameter_group" {
default = "default.mysql5.6"
}
......@@ -155,7 +151,6 @@ 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