Update variables

This commit is contained in:
Damien A
2023-12-01 20:10:02 +01:00
parent 1a4e775915
commit ec313de201

View File

@@ -19,4 +19,9 @@ variable "AWS_AMIS" {
default = {
"eu-west-3" = "ami-087da76081e7685da"
}
}
variable "instance_type" {
type = string
default = "t2.xlarge"
}