Skip to content

Commit

Permalink
enabled-ebs-optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
yadavprakash committed May 17, 2021
1 parent 576dd0f commit 4670aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}

Expand Down

0 comments on commit 4670aa5

Please sign in to comment.