blob: 1a7ae843379946d9873ae7fa46cfec21622ef345 [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"
}
lifecycle {
create_before_destroy = true
}
}