mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 11:05:37 +00:00
add enhanced networking required for some aws instances
This commit is contained in:
parent
d0e613f093
commit
e59c565e2f
@ -72,6 +72,7 @@ resource "aws_ami" "image" {
|
||||
name = replace(basename(local.image_file), "/\\.vhd$/", "")
|
||||
virtualization_type = "hvm"
|
||||
root_device_name = "/dev/xvda"
|
||||
ena_support = true
|
||||
|
||||
ebs_block_device {
|
||||
device_name = "/dev/xvda"
|
||||
|
Loading…
Reference in New Issue
Block a user