Fixes Spot Prices Configuration and EC2 DNS Namespace

This commit is contained in:
2024-10-26 03:55:43 -03:00
parent 7e65d82e35
commit 0d8c55ffd0
5 changed files with 16 additions and 3 deletions

View File

@@ -49,6 +49,11 @@ variable "aws_ami" {
default = "ami-06a17a87e19be286a"
}
variable "aws_spot_price" {
type = number
default = 0.0028
}
variable "cloudflare_api_token" {
type = string
sensitive = true