Commit 6e87ec5b authored by Anton Babenko's avatar Anton Babenko

Fixed #12, final_snapshot_identifier default can't be empty actually

parent 74e6523d
...@@ -51,7 +51,7 @@ variable "port" { ...@@ -51,7 +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 = "" default = false
} }
variable "vpc_security_group_ids" { variable "vpc_security_group_ids" {
......
...@@ -31,7 +31,7 @@ variable "engine_version" { ...@@ -31,7 +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 = "" default = false
} }
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