Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcoleyouknow authored Aug 6, 2024
1 parent 5393a82 commit 4fcc781
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions modules/instance_template/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,6 @@ variable "automatic_restart" {
default = true
}

variable "maintenance_interval" {
type = string
description = "Specifies the frequency of planned maintenance events"
default = null
validation {
condition = var.maintenance_interval == null || var.maintenance_interval == "PERIODIC"
error_message = "var.maintenance_interval must be set to null or \"PERIODIC\"."
}
}

variable "on_host_maintenance" {
type = string
description = "Instance availability Policy"
Expand Down

0 comments on commit 4fcc781

Please sign in to comment.