Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zachreborn committed Aug 16, 2024
1 parent 8a16dbe commit 9ab0820
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/aws/vendor/velocloud/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,6 @@ resource "aws_instance" "ec2_instance" {
http_tokens = var.http_tokens
}

# network_interface {
# network_interface_id = element(aws_network_interface.mgmt_nic[*].id, count.index)
# device_index = 0
# }

root_block_device {
volume_type = var.root_volume_type
volume_size = var.root_volume_size
Expand Down

0 comments on commit 9ab0820

Please sign in to comment.