blob: 37a77555e0154e43da3bafa017c4da46b8ab81dd [file] [log] [blame]
resource "test_instance" "foo" {
ami = "bar"
network_interface {
device_index = 0
description = var.description
}
}