From 4670aa5378c9f39daa0193911ef1ecf9b52c598b Mon Sep 17 00:00:00 2001 From: yadavprakash Date: Mon, 17 May 2021 15:05:26 +0530 Subject: [PATCH] enabled-ebs-optimized --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 9d001cb..fcdfa6c 100644 --- a/variables.tf +++ b/variables.tf @@ -63,7 +63,7 @@ variable "ami" { variable "ebs_optimized" { type = bool - default = false + default = true description = "If true, the launched EC2 instance will be EBS-optimized." }