Skip to content

Commit

Permalink
fix device name
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed Dec 19, 2024
1 parent 51518dc commit cbca991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/api/ec2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resource "aws_instance" "jumphost" {
vpc_security_group_ids = [data.aws_security_group.app.id, aws_security_group.jumphost.id]
ebs_optimized = false
ebs_block_device {
device_name = "${var.app_env}/dev/xvda"
device_name = "/dev/xvda"
encrypted = true
volume_size = 8
}
Expand Down

0 comments on commit cbca991

Please # to comment.