5 lines
56 B
Terraform
5 lines
56 B
Terraform
|
|
||
|
variable "instance_size" {
|
||
|
default = "t3.medium"
|
||
|
}
|