Commit 66b65f2d authored by Daniel Jensen's avatar Daniel Jensen

fianl-snapshot_identifier should default to nothing

parent 2192242f
...@@ -51,6 +51,7 @@ variable "port" { ...@@ -51,6 +51,7 @@ variable "port" {
variable "final_snapshot_identifier" { variable "final_snapshot_identifier" {
description = "The name of your final DB snapshot when this DB instance is deleted." description = "The name of your final DB snapshot when this DB instance is deleted."
default = ""
} }
variable "vpc_security_group_ids" { variable "vpc_security_group_ids" {
......
...@@ -31,6 +31,7 @@ variable "engine_version" { ...@@ -31,6 +31,7 @@ variable "engine_version" {
variable "final_snapshot_identifier" { variable "final_snapshot_identifier" {
description = "The name of your final DB snapshot when this DB instance is deleted." description = "The name of your final DB snapshot when this DB instance is deleted."
default = ""
} }
variable "instance_class" { variable "instance_class" {
......
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