Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhhsharmaa authored Mar 7, 2022
1 parent 4e09723 commit 1a8f5bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1a8f5bc

Please sign in to comment.