blob: 7b30915731c7cda50c710c5ee0ecb5c3405a0903 [file] [log] [blame]
resource "test_instance" "foo" {
ami = "bar"
# This is here because at some point it caused a test failure
network_interface {
device_index = 0
description = "Main network interface"
}
}
data "test_data_source" "a" {
id = "zzzzz"
}