diff --git a/variables.tf b/variables.tf index 1ad46f4..252adad 100644 --- a/variables.tf +++ b/variables.tf @@ -24,11 +24,11 @@ variable "volume_size" { type = number } -# variable "volume_type" { -# description = "volume size" -# type = string -# default = "gp2" -# } +variable "volume_type" { + description = "volume type" + type = string + default = "gp2" +} variable "ami_id" { description = "Name of Launch configuration"