Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit e49dc0e

Browse files
committed
Default spot_price to null
1 parent 31d9a70 commit e49dc0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/couchbase-cluster/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ variable "associate_public_ip_address" {
8181
variable "spot_price" {
8282
description = "The maximum hourly price to pay for EC2 Spot Instances."
8383
type = string
84-
default = ""
84+
default = null
8585
}
8686

8787
variable "tenancy" {

0 commit comments

Comments
 (0)