Better Instance Type Config

This commit is contained in:
2024-09-01 15:01:15 -03:00
parent 52f193a99f
commit bfce11aa09
4 changed files with 26 additions and 4 deletions

View File

@@ -35,6 +35,16 @@ variable "aws_secret" {
type = string
}
variable "aws_instance_type" {
type = string
default = "t4g.micro"
}
variable "aws_ami" {
type = string
default = "ami-06a17a87e19be286a"
}
variable "cloudflare_api_token" {
type = string
}