Skip to content

Commit

Permalink
fix eks volume
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Sep 3, 2021
1 parent 6846004 commit f6d677f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/autoscaling/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ resource "aws_launch_template" "spot" {
delete_on_termination = true
encrypted = var.ebs_encryption
kms_key_id = var.kms_key_arn
volume_type = var.volume_type
volume_type = "gp2"
}
}
image_id = var.image_id
Expand Down

0 comments on commit f6d677f

Please sign in to comment.