Commit 33ff6b7b authored by Anton Babenko's avatar Anton Babenko

Make name optional (fixes #37)

parent f5acb778
......@@ -55,6 +55,7 @@ variable "instance_class" {
variable "name" {
description = "The DB name to create. If omitted, no database is created initially"
default = ""
}
variable "username" {
......
......@@ -60,6 +60,7 @@ variable "instance_class" {
variable "name" {
description = "The DB name to create. If omitted, no database is created initially"
default = ""
}
variable "username" {
......
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