Commit a40e9216 authored by Mike Horwath's avatar Mike Horwath
Browse files

reset defaults

parent 9ebbbdab
Loading
Loading
Loading
Loading
Loading
+16 −4
Original line number Diff line number Diff line
variable "notes" {}
variable "mode" {}
variable "configuration_target" {}
variable "configuration_value" {}
variable "notes" {
  default = ""
}

variable "mode" {
  default = ""
}

variable "configuration_target" {
  default = ""
}

variable "configuration_value" {
  default = ""
}

variable "zone" {}

variable "whitelist_ips" {