blob: c8e0785ec27209f43f7d40d868f374f93c0dc493 [file] [log] [blame]
resource "test_instance" "foo" {
ami = "bar"
network_interface {
device_index = 0
name = test
description = "Main network interface"
}
}