Update Doc and Variables

This commit is contained in:
Damien A
2024-01-02 13:15:29 +01:00
parent 00ee8e73d1
commit fb2e5422c2
10 changed files with 8 additions and 59 deletions

2
terraform/variables.tf Normal file → Executable file
View File

@@ -26,7 +26,7 @@ variable "AWS_AMI" {
}
}
variable "instance_type" {
variable "INSTANCE_TYPE" {
type = string
default = "t2.xlarge"
}