add master_volume_type variable (#6524)

This commit is contained in:
rptaylor
2020-08-18 00:49:29 -07:00
committed by GitHub
parent 78ceef6b15
commit f2d2d080f6
4 changed files with 11 additions and 0 deletions

View File

@@ -74,6 +74,10 @@ variable "gfs_volume_size_in_gb" {
default = 75
}
variable "master_volume_type" {
default = "Default"
}
variable "public_key_path" {
description = "The path of the ssh pub key"
default = "~/.ssh/id_rsa.pub"