From e59c565e2fbafbad6bf390ea479d3775b91c7cc9 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Mon, 6 May 2024 11:45:24 -0400 Subject: [PATCH] add enhanced networking required for some aws instances --- hosts/arrow/aws/image.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/arrow/aws/image.tf b/hosts/arrow/aws/image.tf index e9df477..ebf7f0c 100644 --- a/hosts/arrow/aws/image.tf +++ b/hosts/arrow/aws/image.tf @@ -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"