[rds] remove prevent_destroy attribute

This commit is contained in:
Paul Schoenfelder 2018-04-26 14:54:10 -04:00
parent b861da7809
commit 1129527cc0
1 changed files with 0 additions and 4 deletions

View File

@ -14,10 +14,6 @@ resource "aws_db_instance" "default" {
depends_on = ["aws_security_group.database"]
lifecycle {
prevent_destroy = true
}
tags {
prefix = "${var.prefix}"
origin = "terraform"