Upsize instance to t4g.micro

This commit is contained in:
Daniel Mason 2023-04-25 00:25:15 +12:00
parent 791e737341
commit ad99567b5e
Signed by: idanoo
GPG key ID: 387387CDBC02F132

View file

@ -5,7 +5,7 @@ variable "ssh_key" {
variable "instance_type" {
type = string
default = "t4g.nano"
default = "t4g.micro"
}
variable "domain" {