Skip to content

Commit

Permalink
Allow volume size and types to be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
sdickenson committed Nov 12, 2024
1 parent a89ad49 commit 4b399f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,13 @@ variable "volume_kms_key_id" {
}

variable "volume_size" {
default = null
description = "Size of the attached volume for this instance."
type = number
}

variable "volume_type" {
default = null
description = "Type of storage for the instance attached volume."
type = string
}
Expand Down

0 comments on commit 4b399f3

Please sign in to comment.