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

@@ -23,6 +23,16 @@ variable "aws_region" {
default = "sa-east-1"
}
variable "aws_instance_type" {
type = string
default = "t4g.micro"
}
variable "aws_ami" {
type = string
default = "ami-06a17a87e19be286a"
}
variable "ssh_public_key_main" {
type = string
}