Apply fmt

This commit is contained in:
Damien A
2023-12-01 20:12:21 +01:00
parent ec313de201
commit 596d32402d

View File

@@ -22,6 +22,6 @@ variable "AWS_AMIS" {
} }
variable "instance_type" { variable "instance_type" {
type = string type = string
default = "t2.xlarge" default = "t2.xlarge"
} }