From fcc09e8dca8253458a3db8bb82a074fb9a5123f3 Mon Sep 17 00:00:00 2001 From: Tom Gudman Date: Thu, 30 Dec 2021 19:31:35 +1000 Subject: [PATCH] Remove type constraint to allow null --- modules/consul-cluster/variables.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/consul-cluster/variables.tf b/modules/consul-cluster/variables.tf index 6830617e..a4f279f8 100644 --- a/modules/consul-cluster/variables.tf +++ b/modules/consul-cluster/variables.tf @@ -156,7 +156,6 @@ variable "associate_public_ip_address" { variable "spot_price" { description = "The maximum hourly price to pay for EC2 Spot Instances." - type = number default = null }