Update variables
This commit is contained in:
@@ -19,4 +19,9 @@ variable "AWS_AMIS" {
|
|||||||
default = {
|
default = {
|
||||||
"eu-west-3" = "ami-087da76081e7685da"
|
"eu-west-3" = "ami-087da76081e7685da"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "instance_type" {
|
||||||
|
type = string
|
||||||
|
default = "t2.xlarge"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user