We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08823a commit 7127ba7Copy full SHA for 7127ba7
kitchen.ec2.yml
@@ -307,8 +307,8 @@ platforms:
307
volume_type: gp3
308
delete_on_termination: true
309
<% %w(a b c d e f g h i j k l m n o p q r s t u v w x).each_with_index do | c, i | %>
310
- - device_name: /dev/xvdb<%= c %>
311
- virtual_name: ephemeral<%= i %>
+ - device_name: /dev/xvdb<%= c %>
+ virtual_name: ephemeral<%= i %>
312
<% end %>
313
transport:
314
username: ubuntu
0 commit comments