Uses Spot Only When Cost Is Configured

This commit is contained in:
2024-12-17 20:03:47 -03:00
parent c82cffbe6d
commit 773a05a108
3 changed files with 12 additions and 9 deletions

View File

@@ -51,7 +51,7 @@ variable "aws_ami" {
variable "aws_spot_price" {
type = number
default = 0.0028
default = 0
}
variable "cloudflare_api_token" {