Skip to content

Commit

Permalink
Merge pull request #5 from bashtoni/master
Browse files Browse the repository at this point in the history
Final snapshot identifier should be alphanumeric, fix the default
  • Loading branch information
Sam Bashton authored Nov 15, 2017
2 parents 03db6de + ec425aa commit 26ab17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ variable "password" {

variable "final_snapshot_identifier" {
type = "string"
default = "final_snapshot"
default = "final"
description = "The name to use when creating a final snapshot on cluster destroy, appends a random 8 digits to name to ensure it's unique too."
}

Expand Down

0 comments on commit 26ab17b

Please sign in to comment.