Skip to content

Commit

Permalink
Merge pull request #16 from getndazn/ebs-device-name
Browse files Browse the repository at this point in the history
 Fix default name for ebs device
  • Loading branch information
Michał Wieczorek authored Aug 3, 2020
2 parents 22ca205 + 3de07dc commit e4fb0fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG/2020-08-03-ebs-device-name.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- type: changed
m: Fix default name for ebs device
jira: PLAT-5131
owner: mwieczorek
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -219,5 +219,5 @@ variable "bastion_ebs_size" {

variable "bastion_ebs_device_name" {
description = "Name of bastion instance block device"
default = "/dev/xvda"
default = "xvda"
}

0 comments on commit e4fb0fb

Please sign in to comment.