fix
This commit is contained in:
@@ -18,11 +18,11 @@ variable "username" {
|
||||
type = string
|
||||
default = ""
|
||||
}
|
||||
variable "version" {
|
||||
variable "mongo_version" {
|
||||
type = string
|
||||
default = "6.3.2"
|
||||
}
|
||||
variable "type" {
|
||||
variable "mongo_type" {
|
||||
type = string
|
||||
default = "ReplicaSet"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user