2014-07-28 19:43:00 +02:00
|
|
|
resource "test_instance" "foo" {
|
2018-10-14 17:29:52 +02:00
|
|
|
ami = "bar"
|
2014-07-28 19:43:00 +02:00
|
|
|
|
2018-10-14 17:29:52 +02:00
|
|
|
# This is here because at some point it caused a test failure
|
|
|
|
network_interface {
|
|
|
|
device_index = 0
|
|
|
|
description = "Main network interface"
|
|
|
|
}
|
2014-07-28 19:43:00 +02:00
|
|
|
}
|