Skip to content

Commit

Permalink
Support multiple EBS volume types & set default to less-expensive gp3…
Browse files Browse the repository at this point in the history
  • Loading branch information
nachovalera committed Apr 3, 2023
1 parent 401d2f1 commit 5faff32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ resource "aws_instance" "default" {
root_block_device {
encrypted = var.root_block_device_encrypted
volume_size = var.root_block_device_volume_size
volume_type = var.root_block_device_volume_type
}

# Optional block; skipped if var.ebs_block_device_volume_size is zero
Expand Down

0 comments on commit 5faff32

Please sign in to comment.