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

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